default.nix: filter `flake.lock` from source
This commit is contained in:
parent
14703dc733
commit
80e0447bcb
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue