NixFiles/systems/mdesktop/nixos.nix
2023-05-13 21:48:48 +01:00

7 lines
115 B
Nix

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