Skip to content

Commit

Permalink
Fixed arg
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Feb 22, 2024
1 parent 2a3cd89 commit e7e9cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
outputs = inputs @ { ... }:
{
lib = {
rustZome = { src, crate, holochain, cargoExtraArgs ? null }:
rustZome = { src, crate, holochain, cargoExtraArgs ? "--locked" }:
let
system = holochain.devShells.holonix.system;
pkgs = import inputs.nixpkgs {
Expand Down
2 changes: 1 addition & 1 deletion nix/zome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
binaryen,
craneLib,
src,
cargoExtraArgs ? null
cargoExtraArgs ? "--locked"
}:

let
Expand Down

0 comments on commit e7e9cfc

Please sign in to comment.