From: Ismaƫl Bouya Date: Fri, 24 May 2019 23:18:24 +0000 (+0200) Subject: Fix nur script: remove config from the target X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix%2FNUR.git;a=commitdiff_plain;h=17fa9dd95211991001fc711cc48d379b485aa7c5 Fix nur script: remove config from the target --- 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" 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