From e3e219d5b368473191be298a7af5c72c734ab0ad Mon Sep 17 00:00:00 2001 From: Boris Buliga Date: Wed, 14 Aug 2024 11:55:09 +0300 Subject: [PATCH] nix: allow broken and insecure --- eru.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eru.sh b/eru.sh index f266bd21..d6eb26a1 100755 --- a/eru.sh +++ b/eru.sh @@ -311,6 +311,8 @@ upgrade_guard && { theme_guard "system" "build nix environment" && { cd "$XDG_CONFIG_HOME" && { macos_guard && { + export NIXPKGS_ALLOW_BROKEN=1 + export NIXPKGS_ALLOW_INSECURE=1 nix build --impure \ ./#darwinConfigurations.${fellow}.system result/sw/bin/darwin-rebuild switch \