From 1679da2db25056d49c0fa2c5d5827c71b7620aaa Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 12 Sep 2019 11:09:23 +0200 Subject: [PATCH] Update default.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Domen Kožar --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 0f381ac..68fc3b2 100644 --- a/default.nix +++ b/default.nix @@ -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;