NixFiles/systems/pogmachine/nixos.nix

7 lines
115 B
Nix
Raw Permalink Normal View History

2023-04-09 12:56:40 +01:00
{ config, lib, ... }:
{
system.stateVersion = "22.05";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}