tv config: allowUnfree = false

This commit is contained in:
tv 2016-02-02 20:12:06 +01:00
parent 34dcaa6923
commit 44b9f90b2c

View file

@ -70,6 +70,9 @@ with lib;
nix.useChroot = true;
}
{
nixpkgs.config.allowUnfree = false;
}
{
environment.profileRelativeEnvVars.PATH = mkForce [ "/bin" ];