Translations:FAQ/118/en
If you want to install unfree packages from unstable you need to also set allowUnfree by replacing the import statment above with:
import <nixos-unstable> { config = { allowUnfree = true; }; }
If you want to install unfree packages from unstable you need to also set allowUnfree by replacing the import statment above with:
import <nixos-unstable> { config = { allowUnfree = true; }; }