diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-25 01:18:24 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:21 +0200 |
commit | 864c89d31c11d911b5910f694f2000efb9f7e841 (patch) | |
tree | 671359c7a154576e7fc3cf2923079ff75d86b13e /scripts | |
parent | b5f9ac0db8f4aed37086f2eb4e5d3b0601f2badb (diff) | |
download | NUR-864c89d31c11d911b5910f694f2000efb9f7e841.tar.gz NUR-864c89d31c11d911b5910f694f2000efb9f7e841.tar.zst NUR-864c89d31c11d911b5910f694f2000efb9f7e841.zip |
Fix nur script: remove config from the target
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-nur | 2 |
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" | |||
17 | git rebase --onto=$nur_root $first_commit master | 17 | git rebase --onto=$nur_root $first_commit master |
18 | 18 | ||
19 | clean_folder=' | 19 | clean_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 |