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