Release v0.6.0 (#352)

This commit is contained in:
Ana Hobden 2023-03-20 10:31:58 -07:00 committed by GitHub
parent 8afb8e457d
commit a9a2e4bad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 13 deletions

2
Cargo.lock generated
View file

@ -961,7 +961,7 @@ dependencies = [
[[package]] [[package]]
name = "nix-installer" name = "nix-installer"
version = "0.5.1-unreleased" version = "0.6.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"atty", "atty",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "nix-installer" name = "nix-installer"
description = "The Determinate Nix Installer" description = "The Determinate Nix Installer"
version = "0.5.1-unreleased" version = "0.6.0"
edition = "2021" edition = "2021"
resolver = "2" resolver = "2"
license = "LGPL-2.1" license = "LGPL-2.1"

View file

@ -267,7 +267,7 @@ nix build -L ".#nix-installer-static"
# to build the remote main development branch # to build the remote main development branch
nix build -L "github:determinatesystems/nix-installer#nix-installer-static" nix build -L "github:determinatesystems/nix-installer#nix-installer-static"
# for a specific version of the installer: # for a specific version of the installer:
export NIX_INSTALLER_TAG="v0.5.0" export NIX_INSTALLER_TAG="v0.6.0"
nix build -L "github:determinatesystems/nix-installer/$NIX_INSTALLER_TAG#nix-installer-static" nix build -L "github:determinatesystems/nix-installer/$NIX_INSTALLER_TAG#nix-installer-static"
``` ```
@ -279,7 +279,7 @@ nix build -L ".#nix-installer"
# to build the remote main development branch # to build the remote main development branch
nix build -L "github:determinatesystems/nix-installer#nix-installer" nix build -L "github:determinatesystems/nix-installer#nix-installer"
# for a specific version of the installer: # for a specific version of the installer:
export NIX_INSTALLER_TAG="v0.5.0" export NIX_INSTALLER_TAG="v0.6.0"
nix build -L "github:determinatesystems/nix-installer/$NIX_INSTALLER_TAG#nix-installer" nix build -L "github:determinatesystems/nix-installer/$NIX_INSTALLER_TAG#nix-installer"
``` ```
@ -294,7 +294,7 @@ RUSTFLAGS="--cfg tokio_unstable" cargo run -- --help
RUSTFLAGS="--cfg tokio_unstable" cargo install --git https://github.com/DeterminateSystems/nix-installer RUSTFLAGS="--cfg tokio_unstable" cargo install --git https://github.com/DeterminateSystems/nix-installer
nix-installer --help nix-installer --help
# for a specific version of the installer: # for a specific version of the installer:
export NIX_INSTALLER_TAG="v0.5.0" export NIX_INSTALLER_TAG="v0.6.0"
RUSTFLAGS="--cfg tokio_unstable" cargo install --git https://github.com/DeterminateSystems/nix-installer --tag $NIX_INSTALLER_TAG RUSTFLAGS="--cfg tokio_unstable" cargo install --git https://github.com/DeterminateSystems/nix-installer --tag $NIX_INSTALLER_TAG
nix-installer --help nix-installer --help
``` ```

View file

@ -65,7 +65,7 @@
}; };
sharedAttrs = { sharedAttrs = {
pname = "nix-installer"; pname = "nix-installer";
version = "0.5.1-unreleased"; version = "0.6.0";
src = builtins.path { src = builtins.path {
name = "nix-installer-source"; name = "nix-installer-source";
path = self; path = self;

View file

@ -1,5 +1,5 @@
{ {
"version": "0.5.1-unreleased", "version": "0.6.0",
"actions": [ "actions": [
{ {
"action": { "action": {
@ -927,7 +927,7 @@
} }
}, },
"diagnostic_data": { "diagnostic_data": {
"version": "0.5.1-unreleased", "version": "0.6.0",
"planner": "linux", "planner": "linux",
"configured_settings": [], "configured_settings": [],
"os_name": "Ubuntu", "os_name": "Ubuntu",
@ -937,4 +937,4 @@
"endpoint": "https://install.determinate.systems/nix/diagnostic", "endpoint": "https://install.determinate.systems/nix/diagnostic",
"failure_chain": null "failure_chain": null
} }
} }

View file

@ -1,5 +1,5 @@
{ {
"version": "0.5.1-unreleased", "version": "0.6.0",
"actions": [ "actions": [
{ {
"action": { "action": {
@ -976,7 +976,7 @@
} }
}, },
"diagnostic_data": { "diagnostic_data": {
"version": "0.5.1-unreleased", "version": "0.6.0",
"planner": "steam-deck", "planner": "steam-deck",
"configured_settings": [], "configured_settings": [],
"os_name": "Ubuntu", "os_name": "Ubuntu",
@ -986,4 +986,4 @@
"endpoint": "https://install.determinate.systems/nix/diagnostic", "endpoint": "https://install.determinate.systems/nix/diagnostic",
"failure_chain": null "failure_chain": null
} }
} }

View file

@ -1,5 +1,5 @@
{ {
"version": "0.5.1-unreleased", "version": "0.6.0",
"actions": [ "actions": [
{ {
"action": { "action": {