Skip to content

Commit

Permalink
Make it more friendly to build on NixOS (#275)
Browse files Browse the repository at this point in the history
Build phase on NixOS does not have access to the network
  • Loading branch information
anti-social committed May 31, 2023
1 parent 7a893b8 commit ee87a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rye/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ git-testament = "0.2.4"
globset = "0.4.10"
indicatif = "0.17.3"
memchr = "2.5.0"
license = "3.1.1"
license = { version = "3.1.1", features = ["offline"] }
minijinja = { version = "0.31.1", features = ["json"] }
nix = { version = "0.26.2", default-features = false, features = ["process"] }
once_cell = "1.17.1"
Expand Down

0 comments on commit ee87a3a

Please sign in to comment.