8 lines
100 B
Nix
8 lines
100 B
Nix
_: {
|
|
nixpkgs = {
|
|
config = {
|
|
allowBroken = true;
|
|
allowUnfree = true;
|
|
};
|
|
};
|
|
}
|