tv config: allowUnfree = false
This commit is contained in:
parent
34dcaa6923
commit
44b9f90b2c
|
@ -70,6 +70,9 @@ with lib;
|
|||
|
||||
nix.useChroot = true;
|
||||
}
|
||||
{
|
||||
nixpkgs.config.allowUnfree = false;
|
||||
}
|
||||
{
|
||||
environment.profileRelativeEnvVars.PATH = mkForce [ "/bin" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue