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.
2 parents dc1df55 + 51d5917 commit af70cbeCopy full SHA for af70cbe
src/default.nix
@@ -33,7 +33,7 @@ let
33
in
34
stdenv.mkDerivation {
35
pname = "nixos-anywhere";
36
- version = "1.11.0";
+ version = "1.12.0";
37
src = ./..;
38
nativeBuildInputs = [ makeWrapper ];
39
installPhase = ''
0 commit comments