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