5 lines
86 B
Nix
5 lines
86 B
Nix
{...}: {
|
|
flake.modules.nixos.base = {
|
|
nixpkgs.config.allowUnfree = true;
|
|
};
|
|
}
|