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" ];
|
includes = [ "*.nix" ];
|
||||||
excludes = [ "nix/sources.nix" ];
|
excludes = [
|
||||||
|
"nix/sources.nix"
|
||||||
|
# vendored from external source
|
||||||
|
"build02/packages-with-update-script.nix"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
python = {
|
python = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue