nix/modules/unfree.nix

3 lines
50 B
Nix

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