diff --git a/nix/fixtures/module-repo/flake.lock b/nix/fixtures/module-repo/flake.lock index 014f285..c332a92 100644 --- a/nix/fixtures/module-repo/flake.lock +++ b/nix/fixtures/module-repo/flake.lock @@ -169,7 +169,7 @@ }, "locked": { "lastModified": 0, - "narHash": "sha256-ld4M0DGuqjnl2yK+zLPRHJtfzMBWBK75MDrqNY3Ye5U=", + "narHash": "sha256-DEUzRSTN7He5SJHelXIfOuweBIihVJAzXQQ4hyWch6g=", "path": "./../../..", "type": "path" }, diff --git a/nix/fixtures/module-repo/zomes/coordinator/zome.nix b/nix/fixtures/module-repo/zomes/coordinator/zome.nix index 2d22665..1ffb16c 100644 --- a/nix/fixtures/module-repo/zomes/coordinator/zome.nix +++ b/nix/fixtures/module-repo/zomes/coordinator/zome.nix @@ -11,7 +11,7 @@ checks.my_zome = inputs.hc-infra.outputs.builders.${system}.sweettest { workspacePath = inputs.self.outPath; - dna = inputs.hc-infra.outputs.builders.${system}.dna { + dna = (inputs.hc-infra.outputs.builders.${system}.dna { dnaManifest = builtins.toFile "dna.yaml" '' --- manifest_version: "1" @@ -29,7 +29,7 @@ dylib: ~ ''; zomes = { my_zome = self'.packages.my_zome; }; - }.meta.debug; + }).meta.debug; crateCargoToml = ./Cargo.toml; cargoArtifacts = inputs'.hc-infra.packages.holochainCargoArtifacts; }; diff --git a/nix/fixtures/service-repo/flake.lock b/nix/fixtures/service-repo/flake.lock index 2bb4e77..91f39c2 100644 --- a/nix/fixtures/service-repo/flake.lock +++ b/nix/fixtures/service-repo/flake.lock @@ -318,7 +318,7 @@ }, "locked": { "lastModified": 0, - "narHash": "sha256-82VUIDxgKo/8NrtyaaNEcGNz/tOjWGKXY/G2Sm6IA+Q=", + "narHash": "sha256-Y6RTtp1i4iO/t7l8X1b2BkMWeafqKNiYm4QXuoTrWg4=", "path": "./../../..", "type": "path" },