From 989ed7e2ee9b6ce43e35041d5e07722e2437859e Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Sat, 6 May 2023 01:30:50 +0100 Subject: [PATCH] flake: use allowBuiltInFetchGit to prevent narHash reproducibility issues using the builtin fetcher allows fetching git dependencies with only the ref and without storing the narHash for the fixed-output-derivation --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 2c07b0c..43438b5 100644 --- a/flake.nix +++ b/flake.nix @@ -34,9 +34,7 @@ cargoLock = { lockFile = ./Cargo.lock; - outputHashes = { - "smithay-0.3.0" = "sha256-meEbYmSGQbaSbP5t55R1C/c9KNKvk20wDhPBCsT7kOY="; - }; + allowBuiltinFetchGit = true; }; postPatch = ''