From 24ac5a642df53c6b62c20347e97cc6432f9d1c54 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 21 Feb 2024 18:18:51 +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 ce9ea39..9437ec4 100644 --- a/hosts/archer/default.nix +++ b/hosts/archer/default.nix @@ -9,5 +9,5 @@ services.nix-daemon.enable = true; - nixpkgs.localSystem = "x86_64-darwin"; + # nixpkgs.localSystem = "x86_64-darwin"; }