diff --git a/nix/fixtures/module-repo/flake.lock b/nix/fixtures/module-repo/flake.lock index 7a9ad18..762ad6e 100644 --- a/nix/fixtures/module-repo/flake.lock +++ b/nix/fixtures/module-repo/flake.lock @@ -169,7 +169,7 @@ }, "locked": { "lastModified": 0, - "narHash": "sha256-ck19+FBmkbzQGJwWO19jvokekjrg/VDnPWPAEnr7zN4=", + "narHash": "sha256-NKRkUekvPscIkI1CMUevctyTPsBHVXBbRT34zMlU+yQ=", "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 9d9ca8b..0c747b9 100644 --- a/nix/fixtures/service-repo/flake.lock +++ b/nix/fixtures/service-repo/flake.lock @@ -285,7 +285,7 @@ }, "locked": { "lastModified": 0, - "narHash": "sha256-FI6HEliq+d7H+jXkqJqllSR/9LKAHi92OKGOit9elXE=", + "narHash": "sha256-q25Oa3Ek3JF5CXVgrrPqoMFyEIRdrEUkwevWle1x0ro=", "path": "./../../..", "type": "path" }, @@ -1039,7 +1039,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-tQoUqd5Zi1JfNKJyKsIqGCi5SE3bFoFBRW8yQooD/VE=", + "narHash": "sha256-L68QZneIuJNnD9PEpO2Y2DeOMgwsm+CKvt35mTnQ9zE=", "path": "./../module-repo", "type": "path" },