aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-12-27 15:55:48 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-12-29 23:50:56 +0100
commitbb9bc238b55d59a62dedb541b1584167a41a2996 (patch)
tree0b8d009c90a8cb6805dbe156be0bd4d64fc30be1 /modules
parent1be9e64bb4556676f65e6e5044e04426848849c0 (diff)
downloadNix-bb9bc238b55d59a62dedb541b1584167a41a2996.tar.gz
Nix-bb9bc238b55d59a62dedb541b1584167a41a2996.tar.zst
Nix-bb9bc238b55d59a62dedb541b1584167a41a2996.zip
Add OpenARC flake
Diffstat (limited to 'modules')
-rw-r--r--modules/private/system/dilion.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/private/system/dilion.nix b/modules/private/system/dilion.nix
index b89b364..3e01af3 100644
--- a/modules/private/system/dilion.nix
+++ b/modules/private/system/dilion.nix
@@ -129,6 +129,7 @@
129 keep-outputs = true 129 keep-outputs = true
130 keep-derivations = true 130 keep-derivations = true
131 allow-unsafe-native-code-during-evaluation = true 131 allow-unsafe-native-code-during-evaluation = true
132 experimental-features = nix-command flakes
132 #Assumed in NUR 133 #Assumed in NUR
133 allow-import-from-derivation = true 134 allow-import-from-derivation = true
134 ''; 135 '';