NixFiles/systems/mdesktop/nixos.nix
2023-04-02 18:01:14 +01:00

7 lines
115 B
Nix

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