mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Force nix-env -u through setting version number
This commit is contained in:
parent
db4604d78d
commit
a5c87e45c2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ rec {
|
|||
nix-on-droid = pkgs.callPackage ./nix-on-droid { };
|
||||
|
||||
basic-environment = pkgs.runCommand
|
||||
"basic-environment"
|
||||
"basic-environment-2.0"
|
||||
{
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue