Update default.nix

Co-Authored-By: Domen Kožar <domen@dev.si>
This commit is contained in:
Robert Hensing 2019-09-12 11:09:23 +02:00 committed by GitHub
parent 23d2f2b0fd
commit 1679da2db2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;