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

8 lines
128 B
Nix

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