nix-config/nixos/_mixins/services/unfree.nix
2024-05-23 15:02:20 -04:00

4 lines
89 B
Nix

{ lib ? { mkForce = x: x; }, ... }: {
nixpkgs.config.allowUnfree = lib.mkForce true;
}