8 lines
104 B
Nix
8 lines
104 B
Nix
{...}: {
|
|
nixpkgs = {
|
|
config = {
|
|
allowUnfree = true;
|
|
allowBroken = true;
|
|
};
|
|
};
|
|
}
|