reNixos/s0melapt0p-nix/nixpkgs/config.nix
2025-04-21 18:32:39 +03:00

10 lines
137 B
Nix

{
...
}: {
nixpkgs = {
config = {
allowUnfree = true;
allowBroken = true;
};
};
}