From a07f2e1ef522712273b42ed7e876580bd8f8b5d5 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 21 Feb 2024 18:13:56 +0100 Subject: [PATCH] Fix? --- hosts/archer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/archer/default.nix b/hosts/archer/default.nix index e3adb84..ce9ea39 100644 --- a/hosts/archer/default.nix +++ b/hosts/archer/default.nix @@ -9,5 +9,5 @@ services.nix-daemon.enable = true; - nixpkgs.hostPlatform = "x86_64-darwin"; + nixpkgs.localSystem = "x86_64-darwin"; }