From d80210517149e9e5d4f60dfa1026f6c9f63d04eb Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Tue, 5 Nov 2024 01:01:35 -0800 Subject: [PATCH] snowhawk: remove configuration hostPlatform I handle this at the flake level --- hosts/little-lightning/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/little-lightning/configuration.nix b/hosts/little-lightning/configuration.nix index 920bb25..9c0f278 100644 --- a/hosts/little-lightning/configuration.nix +++ b/hosts/little-lightning/configuration.nix @@ -28,8 +28,4 @@ system.configurationRevision = self.rev or self.dirtyRev or null; # $ darwin-rebuild changelog system.stateVersion = 5; - - - # The platform the configuration will be used on. - # nixpkgs.hostPlatform = "x86_64-darwin"; }