From 06467acff2ebb98422493001d79d6953e224f677 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 25 May 2019 01:18:24 +0200 Subject: [PATCH] Fix nur script: remove config from the target --- scripts/make-nur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-nur b/scripts/make-nur index 41097d2..6766d95 100755 --- a/scripts/make-nur +++ b/scripts/make-nur @@ -17,7 +17,7 @@ first_commit="5145061e9b679ea1e5d2709d22d0ee53467fed15" git rebase --onto=$nur_root $first_commit master clean_folder=' - rm -rf modules/private pkgs/private nixops + rm -rf config modules/private pkgs/private nixops for bad in pkgs/crypto/cardano/default.nix; do if [ -f $bad ]; then rm -f $bad -- 2.41.0