Skip to content

Commit

Permalink
Release v0.19.0 (#954)
Browse files Browse the repository at this point in the history
* flake.nix: fixup hydraJobs binaryTarball references

* Release v0.19.0
  • Loading branch information
cole-h committed May 3, 2024
1 parent 100decf commit 18d265a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion 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.18.0"
version = "0.19.0"
edition = "2021"
resolver = "2"
license = "LGPL-2.1"
Expand Down
8 changes: 5 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
};
sharedAttrs = {
pname = "nix-installer";
version = "0.18.0";
version = "0.19.0";
src = builtins.path {
name = "nix-installer-source";
path = self;
Expand Down Expand Up @@ -210,12 +210,14 @@
hydraJobs = {
vm-test = import ./nix/tests/vm-test {
inherit forSystem;
inherit (nix.hydraJobs) binaryTarball;
inherit (nixpkgs) lib;

binaryTarball = nix.tarballs_indirect;
};
container-test = import ./nix/tests/container-test {
inherit forSystem;
inherit (nix.hydraJobs) binaryTarball;

binaryTarball = nix.tarballs_indirect;
};
};
};
Expand Down
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.18.0",
"version": "0.19.0",
"actions": [
{
"action": {
Expand Down Expand Up @@ -425,7 +425,7 @@
}
},
"diagnostic_data": {
"version": "0.18.0",
"version": "0.19.0",
"planner": "linux",
"configured_settings": [],
"os_name": "Ubuntu",
Expand Down
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.18.0",
"version": "0.19.0",
"actions": [
{
"action": {
Expand Down Expand Up @@ -405,7 +405,7 @@
}
},
"diagnostic_data": {
"version": "0.18.0",
"version": "0.19.0",
"planner": "steam-deck",
"configured_settings": [],
"os_name": "Ubuntu",
Expand Down
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.18.0",
"version": "0.19.0",
"actions": [
{
"action": {
Expand Down Expand Up @@ -438,7 +438,7 @@
"root_disk": "disk3"
},
"diagnostic_data": {
"version": "0.18.0",
"version": "0.19.0",
"planner": "macos",
"configured_settings": [],
"os_name": "unknown",
Expand Down

0 comments on commit 18d265a

Please sign in to comment.