dotfiles/nix/nixos/modules/allow-unfree.nix
2021-02-28 18:14:01 +01:00

6 lines
129 B
Nix

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