From 6034138ef90584c8e555c095a9ef23115915d61a Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 27 Feb 2023 22:30:20 -0500 Subject: [PATCH] fix flake --- flake.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 = [