We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acacc6b commit 77e6a4eCopy full SHA for 77e6a4e
src/default.nix
@@ -33,7 +33,7 @@ let
33
in
34
stdenv.mkDerivation {
35
pname = "nixos-anywhere";
36
- version = "1.6.0";
+ version = "1.8.0";
37
src = ./..;
38
nativeBuildInputs = [ makeWrapper ];
39
installPhase = ''
0 commit comments