From 6e8a23253f736b244b1739b699b580610dd96c62 Mon Sep 17 00:00:00 2001 From: "Adrian Parvin D. Ouano" Date: Wed, 13 Jun 2018 17:18:44 +0800 Subject: [PATCH] Revert "fix changing the arch for the latest nixos" This reverts commit 76e0a74667613092c66fcc7994a59bbcf576e93f. --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 6246308..ff75e08 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,7 @@ let _file = ./default.nix; key = _file; config = { - nixpkgs.localSystem = { inherit system; }; + nixpkgs.system = pkgs.lib.mkDefault system; }; }; baseModules = [