summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-25 01:18:24 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 00:04:21 +0200
commit864c89d31c11d911b5910f694f2000efb9f7e841 (patch)
tree671359c7a154576e7fc3cf2923079ff75d86b13e
parentb5f9ac0db8f4aed37086f2eb4e5d3b0601f2badb (diff)
downloadNUR-864c89d31c11d911b5910f694f2000efb9f7e841.tar.gz
NUR-864c89d31c11d911b5910f694f2000efb9f7e841.tar.zst
NUR-864c89d31c11d911b5910f694f2000efb9f7e841.zip
Fix nur script: remove config from the target
-rwxr-xr-xscripts/make-nur2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-nur b/scripts/make-nur
index 41097d2e..6766d95b 100755
--- a/scripts/make-nur
+++ b/scripts/make-nur
@@ -17,7 +17,7 @@ first_commit="5145061e9b679ea1e5d2709d22d0ee53467fed15"
17git rebase --onto=$nur_root $first_commit master 17git rebase --onto=$nur_root $first_commit master
18 18
19clean_folder=' 19clean_folder='
20 rm -rf modules/private pkgs/private nixops 20 rm -rf config modules/private pkgs/private nixops
21 for bad in pkgs/crypto/cardano/default.nix; do 21 for bad in pkgs/crypto/cardano/default.nix; do
22 if [ -f $bad ]; then 22 if [ -f $bad ]; then
23 rm -f $bad 23 rm -f $bad