7 lines
128 B
Nix
7 lines
128 B
Nix
|
|
{ config, ... }:
|
|
|
|
{
|
|
system.stateVersion = "24.11";
|
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
|
} |