snowhawk: remove configuration hostPlatform

I handle this at the flake level
This commit is contained in:
Zynh Ludwig 2024-11-05 01:01:35 -08:00
parent d35fbb68b8
commit d802105171

View file

@ -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";
}