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