From 733a94450778233a649a42834005097abbbff3ad Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 6 Oct 2024 22:46:04 +0200 Subject: [PATCH] Remove system and extra-platforms Not sure why it was there. --- modules/core.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/core.nix b/modules/core.nix index 39e1b91..6b65f80 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -4,16 +4,13 @@ package = pkgs.nix; settings = { - system = "aarch64-darwin"; - extra-platforms = [ - "aarch64-darwin" - "x86_64-darwin" - ]; experimental-features = [ "nix-command" "flakes" ]; + build-users-group = "nixbld"; + trusted-users = [ "root" "larstvei"