default.nix: filter flake.lock from source

This commit is contained in:
2024-10-30 01:53:59 +01:00
parent 14703dc733
commit 80e0447bcb
+1
View File
@@ -22,6 +22,7 @@ rustPlatform.buildRustPackage rec {
])
(type == "regular" && lib.elem baseName [
"flake.nix"
"flake.lock"
"default.nix"
"module.nix"
".envrc"