dotfiles/nixos/modules/allow-unfree.nix
2021-01-18 20:24:07 +01:00

7 lines
133 B
Nix

inputs:
{ nixpkgs, nixpkgs-unstable, nixpkgs-master, custom, rlib }:
{ config, pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
}