hosts: define hostPlatform in defined systems

instead of getting them impurely from `builtins.currentSystem`
This commit is contained in:
Wroclaw 2025-04-01 15:37:03 +02:00
parent e3264f1451
commit 00cbc505f3
4 changed files with 6 additions and 0 deletions

View file

@ -52,6 +52,8 @@
lidSwitchExternalPower = "lock";
};
nixpkgs.hostPlatform = "x86_64-linux";
system.stateVersion = "23.11";
};
}