Release v0.6.0 (#352)
This commit is contained in:
parent
8afb8e457d
commit
a9a2e4bad7
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
@ -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;
|
||||||
|
|
6
tests/fixtures/linux/linux.json
vendored
6
tests/fixtures/linux/linux.json
vendored
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
6
tests/fixtures/linux/steam-deck.json
vendored
6
tests/fixtures/linux/steam-deck.json
vendored
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
2
tests/fixtures/macos/macos.json
vendored
2
tests/fixtures/macos/macos.json
vendored
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.5.1-unreleased",
|
"version": "0.6.0",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"action": {
|
"action": {
|
||||||
|
|
Loading…
Reference in a new issue