Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 40 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nix-installer"
description = "The Determinate Nix Installer"
version = "0.26.1"
version = "0.26.2"
edition = "2021"
resolver = "2"
license = "LGPL-2.1"
Expand Down Expand Up @@ -53,7 +53,7 @@ is_ci = { version = "1.1.1", default-features = false, optional = true }
strum = { version = "0.26.1", features = ["derive"] }
nix-config-parser = { version = "0.2", features = ["serde"] }
which = "6.0.0"
sysctl = "0.5.4"
sysctl = "0.6.0"
walkdir = "2.3.3"
indexmap = { version = "2.0.2", features = ["serde"] }
once_cell = "1.19.0"
Expand Down
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/fixtures/linux/linux.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"actions": [
{
"action": {
Expand Down Expand Up @@ -478,4 +478,4 @@
"ssl_cert_file": null,
"failure_chain": null
}
}
}
4 changes: 2 additions & 2 deletions tests/fixtures/linux/steam-deck.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"actions": [
{
"action": {
Expand Down Expand Up @@ -454,4 +454,4 @@
"ssl_cert_file": null,
"failure_chain": null
}
}
}
4 changes: 2 additions & 2 deletions tests/fixtures/macos/macos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"actions": [
{
"action": {
Expand Down Expand Up @@ -485,4 +485,4 @@
"ssl_cert_file": null,
"failure_chain": null
}
}
}

0 comments on commit 66ad275

Please sign in to comment.