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
Skip to content

Commit a9a2e4b

Browse files
authored
Release v0.6.0 (#352)
1 parent 8afb8e4 commit a9a2e4b

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nix-installer"
33
description = "The Determinate Nix Installer"
4-
version = "0.5.1-unreleased"
4+
version = "0.6.0"
55
edition = "2021"
66
resolver = "2"
77
license = "LGPL-2.1"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ nix build -L ".#nix-installer-static"
267267
# to build the remote main development branch
268268
nix 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"
271271
nix 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
280280
nix 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"
283283
nix build -L "github:determinatesystems/nix-installer/$NIX_INSTALLER_TAG#nix-installer"
284284
```
285285
@@ -294,7 +294,7 @@ RUSTFLAGS="--cfg tokio_unstable" cargo run -- --help
294294
RUSTFLAGS="--cfg tokio_unstable" cargo install --git https://github.com/DeterminateSystems/nix-installer
295295
nix-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"
298298
RUSTFLAGS="--cfg tokio_unstable" cargo install --git https://github.com/DeterminateSystems/nix-installer --tag $NIX_INSTALLER_TAG
299299
nix-installer --help
300300
```

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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;

tests/fixtures/linux/linux.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5.1-unreleased",
2+
"version": "0.6.0",
33
"actions": [
44
{
55
"action": {
@@ -927,7 +927,7 @@
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",
@@ -937,4 +937,4 @@
937937
"endpoint": "https://install.determinate.systems/nix/diagnostic",
938938
"failure_chain": null
939939
}
940-
}
940+
}

tests/fixtures/linux/steam-deck.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5.1-unreleased",
2+
"version": "0.6.0",
33
"actions": [
44
{
55
"action": {
@@ -976,7 +976,7 @@
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",
@@ -986,4 +986,4 @@
986986
"endpoint": "https://install.determinate.systems/nix/diagnostic",
987987
"failure_chain": null
988988
}
989-
}
989+
}

tests/fixtures/macos/macos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5.1-unreleased",
2+
"version": "0.6.0",
33
"actions": [
44
{
55
"action": {

0 commit comments

Comments
 (0)