snowhawk: remove configuration hostPlatform

I handle this at the flake level
main
Zynh Ludwig 2024-11-05 01:01:35 -08:00
parent d35fbb68b8
commit d802105171
1 changed files with 0 additions and 4 deletions

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