reNixos/s0melapt0p-nix/nixpkgs/config.nix
2025-04-27 12:47:02 +03:00

8 lines
128 B
Nix

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