6 lines
145 B
Nix
6 lines
145 B
Nix
{
|
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
|
nixpkgs.config.allowBroken = true;
|
|
nixpkgs.config.allowUnfree = true;
|
|
}
|