default.nix: filter `flake.lock` from source

This commit is contained in:
Oystein Kristoffer Tveit 2024-10-30 01:53:59 +01:00
parent 14703dc733
commit 80e0447bcb
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ rustPlatform.buildRustPackage rec {
]) ])
(type == "regular" && lib.elem baseName [ (type == "regular" && lib.elem baseName [
"flake.nix" "flake.nix"
"flake.lock"
"default.nix" "default.nix"
"module.nix" "module.nix"
".envrc" ".envrc"