diff --git a/flake.nix b/flake.nix index 894dce8..105813e 100644 --- a/flake.nix +++ b/flake.nix @@ -42,8 +42,11 @@ "build.rs" ]; - cargoLock.lockFile = path { - path = self + "/Cargo.lock"; + cargoLock = { + allowBuiltinFetchGit = true; + lockFile = path { + path = self + "/Cargo.lock"; + }; }; nativeBuildInputs = [