exclude packages-with-update-script.nix
This commit is contained in:
parent
04190ab820
commit
b7f40610ac
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,11 @@
|
|||
"--"
|
||||
];
|
||||
includes = [ "*.nix" ];
|
||||
excludes = [ "nix/sources.nix" ];
|
||||
excludes = [
|
||||
"nix/sources.nix"
|
||||
# vendored from external source
|
||||
"build02/packages-with-update-script.nix"
|
||||
];
|
||||
};
|
||||
|
||||
python = {
|
||||
|
|
Loading…
Add table
Reference in a new issue