From 969d8daf01f8ece463b7a8d842e348e9a1f4e17d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 24 Oct 2020 12:33:19 +0200 Subject: [PATCH] Allow unsafe code in dilion (wip for safe secrets) --- modules/private/system/dilion.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/private/system/dilion.nix b/modules/private/system/dilion.nix index 5abaac0..4e2a11f 100644 --- a/modules/private/system/dilion.nix +++ b/modules/private/system/dilion.nix @@ -126,6 +126,7 @@ extraOptions = '' keep-outputs = true keep-derivations = true + allow-unsafe-native-code-during-evaluation = true #Assumed in NUR allow-import-from-derivation = true ''; -- 2.41.0