nix-config/nixos/_mixins/services/unfree.nix

4 lines
89 B
Nix
Raw Normal View History

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