WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " nix-installer"
33description = " The Determinate Nix Installer"
4- version = " 0.5.1-unreleased "
4+ version = " 0.6.0 "
55edition = " 2021"
66resolver = " 2"
77license = " LGPL-2.1"
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ nix build -L ".#nix-installer-static"
267267# to build the remote main development branch
268268nix build -L " github:determinatesystems/nix-installer#nix-installer-static"
269269# for a specific version of the installer:
270- export NIX_INSTALLER_TAG=" v0.5 .0"
270+ export NIX_INSTALLER_TAG=" v0.6 .0"
271271nix build -L " github:determinatesystems/nix-installer/$NIX_INSTALLER_TAG #nix-installer-static"
272272` ` `
273273
@@ -279,7 +279,7 @@ nix build -L ".#nix-installer"
279279# to build the remote main development branch
280280nix build -L " github:determinatesystems/nix-installer#nix-installer"
281281# for a specific version of the installer:
282- export NIX_INSTALLER_TAG=" v0.5 .0"
282+ export NIX_INSTALLER_TAG=" v0.6 .0"
283283nix build -L " github:determinatesystems/nix-installer/$NIX_INSTALLER_TAG #nix-installer"
284284` ` `
285285
@@ -294,7 +294,7 @@ RUSTFLAGS="--cfg tokio_unstable" cargo run -- --help
294294RUSTFLAGS=" --cfg tokio_unstable" cargo install --git https://github.com/DeterminateSystems/nix-installer
295295nix-installer --help
296296# for a specific version of the installer:
297- export NIX_INSTALLER_TAG=" v0.5 .0"
297+ export NIX_INSTALLER_TAG=" v0.6 .0"
298298RUSTFLAGS=" --cfg tokio_unstable" cargo install --git https://github.com/DeterminateSystems/nix-installer --tag $NIX_INSTALLER_TAG
299299nix-installer --help
300300` ` `
Original file line number Diff line number Diff line change 6565 } ;
6666 sharedAttrs = {
6767 pname = "nix-installer" ;
68- version = "0.5.1-unreleased " ;
68+ version = "0.6.0 " ;
6969 src = builtins . path {
7070 name = "nix-installer-source" ;
7171 path = self ;
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.5.1-unreleased " ,
2+ "version" : " 0.6.0 " ,
33 "actions" : [
44 {
55 "action" : {
927927 }
928928 },
929929 "diagnostic_data" : {
930- "version" : " 0.5.1-unreleased " ,
930+ "version" : " 0.6.0 " ,
931931 "planner" : " linux" ,
932932 "configured_settings" : [],
933933 "os_name" : " Ubuntu" ,
937937 "endpoint" : " https://install.determinate.systems/nix/diagnostic" ,
938938 "failure_chain" : null
939939 }
940- }
940+ }
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.5.1-unreleased " ,
2+ "version" : " 0.6.0 " ,
33 "actions" : [
44 {
55 "action" : {
976976 }
977977 },
978978 "diagnostic_data" : {
979- "version" : " 0.5.1-unreleased " ,
979+ "version" : " 0.6.0 " ,
980980 "planner" : " steam-deck" ,
981981 "configured_settings" : [],
982982 "os_name" : " Ubuntu" ,
986986 "endpoint" : " https://install.determinate.systems/nix/diagnostic" ,
987987 "failure_chain" : null
988988 }
989- }
989+ }
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.5.1-unreleased " ,
2+ "version" : " 0.6.0 " ,
33 "actions" : [
44 {
55 "action" : {
You can’t perform that action at this time.
0 commit comments