11 lines
153 B
Nix
11 lines
153 B
Nix
{
|
|
system.stateVersion = "25.05";
|
|
|
|
nix.settings.experimental-features = [
|
|
"nix-command"
|
|
"flakes"
|
|
];
|
|
|
|
nixpkgs.config.allowUnfree = true;
|
|
}
|