]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Allow unsafe code in dilion (wip for safe secrets)
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 24 Oct 2020 10:33:19 +0000 (12:33 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 24 Oct 2020 10:33:19 +0000 (12:33 +0200)
modules/private/system/dilion.nix

index 5abaac0125adb1ed75d1f5093f29e0583fc39dc3..4e2a11f44d1e5b5824ba613665b8269790443665 100644 (file)
     extraOptions = ''
       keep-outputs = true
       keep-derivations = true
+      allow-unsafe-native-code-during-evaluation = true
       #Assumed in NUR
       allow-import-from-derivation = true
     '';