10 lines
137 B
Nix
10 lines
137 B
Nix
{
|
|
...
|
|
}: {
|
|
nixpkgs = {
|
|
config = {
|
|
allowUnfree = true;
|
|
allowBroken = true;
|
|
};
|
|
};
|
|
}
|