From 47c8bd6fb0f91dc03ac2353aa6388604d2eca476 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Tue, 20 Nov 2018 22:48:01 +0100 Subject: [PATCH] rm allow-unsafe-native-code-during-evaluation --- roles/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/default.nix b/roles/default.nix index 2ef35bc..bd51fce 100644 --- a/roles/default.nix +++ b/roles/default.nix @@ -35,10 +35,6 @@ in nix.buildCores = config.nix.maxJobs; - nix.extraOptions = '' - allow-unsafe-native-code-during-evaluation = true - ''; - # Networking networking.enableIPv6 = true;