]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/commitdiff
Fix nur script: remove config from the target
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 24 May 2019 23:18:24 +0000 (01:18 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 27 May 2019 22:40:06 +0000 (00:40 +0200)
scripts/make-nur

index 41097d2e6c0fafd5155a821bfa2487274c176f64..6766d95b140dfe2464bee2fc3f6383851a59f325 100755 (executable)
@@ -17,7 +17,7 @@ first_commit="5145061e9b679ea1e5d2709d22d0ee53467fed15"
 git rebase --onto=$nur_root $first_commit master
 
 clean_folder='
 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
   for bad in pkgs/crypto/cardano/default.nix; do
     if [ -f $bad ]; then
       rm -f $bad