NiksOS/system/nix/nixpkgs.nix
2025-02-14 19:40:27 +00:00

5 lines
67 B
Nix

{self, ...}: {
nixpkgs = {
config.allowUnfree = true;
};
}