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.git;a=commitdiff_plain;h=06467acff2ebb98422493001d79d6953e224f677 Fix nur script: remove config from the target --- 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" 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