Update default.nix
Co-Authored-By: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
23d2f2b0fd
commit
1679da2db2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ in
|
|||
else
|
||||
path:
|
||||
if path ? _isLibCleanSourceWith
|
||||
then builtins.abort "Sorry, please update your Nixpkgs if you want to use gitignoreSource on cleanSourceWith"
|
||||
then builtins.abort "Sorry, please update your Nixpkgs to 19.09 or master if you want to use gitignoreSource on cleanSourceWith"
|
||||
else builtins.path {
|
||||
name = "source";
|
||||
filter = find-files.gitignoreFilter path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue