Files
flocon/system/nix/nixpkgs.nix
2025-01-29 21:34:17 +01:00

6 lines
54 B
Nix

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