NixFiles/systems/pogmachine/nixos.nix
2023-04-09 12:56:40 +01:00

7 lines
115 B
Nix

{ config, lib, ... }:
{
system.stateVersion = "22.05";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}