aboutsummaryrefslogtreecommitdiff
path: root/scripts
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>2019-05-25 01:18:24 +0200
commit06467acff2ebb98422493001d79d6953e224f677 (patch)
tree30427d4a45f80adb708665dfd86b73a43c409f4f /scripts
parent61ebe69b4b2d88bf627f53141288600f7562c750 (diff)
downloadNix-06467acff2ebb98422493001d79d6953e224f677.tar.gz
Nix-06467acff2ebb98422493001d79d6953e224f677.tar.zst
Nix-06467acff2ebb98422493001d79d6953e224f677.zip
Fix nur script: remove config from the target
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make-nur2
1 files changed, 1 insertions, 1 deletions
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"
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