9 lines
128 B
Nix
9 lines
128 B
Nix
{ ... }:
|
|
{
|
|
nix.settings.experimental-features = [
|
|
"nix-command"
|
|
"flakes"
|
|
];
|
|
|
|
nixpkgs.config.allowUnfree = true;
|
|
}
|