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
This commit is contained in:
matthewcroughan
2023-05-06 01:30:50 +01:00
parent ec7f9a1681
commit 989ed7e2ee

View File

@@ -34,9 +34,7 @@
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"smithay-0.3.0" = "sha256-meEbYmSGQbaSbP5t55R1C/c9KNKvk20wDhPBCsT7kOY=";
};
allowBuiltinFetchGit = true;
};
postPatch = ''