summaryrefslogtreecommitdiff
path: root/config/nix.nix
blob: 5b8037c589af93df9d2ced1ed4101a8839ceaeb4 (plain)
1
2
3
4
5
6
7
8
{
  nix.settings.experimental-features = [
    "nix-command"
    "flakes"
  ];

  system.stateVersion = "25.11";
}