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 41fdc2d

Browse files
authored
Release v0.3.0 (#249)
1 parent 6ec5080 commit 41fdc2d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.2.1-unreleased"
4+
version = "0.3.0"
55
edition = "2021"
66
resolver = "2"
77
license = "LGPL-2.1"

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.2.1-unreleased";
68+
version = "0.3.0";
6969
src = builtins.path {
7070
name = "nix-installer-source";
7171
path = self;

tests/fixtures/linux/linux.json

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

tests/fixtures/linux/steam-deck.json

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

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.2.1-unreleased",
2+
"version": "0.3.0",
33
"actions": [
44
{
55
"action": {

tests/windows/test-wsl.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $MaybeInitChoice = switch ($Systemd) {
5656
$true { "" }
5757
$false { "--init none" }
5858
}
59-
wsl --distribution $DistroName bash --login -c "/root/.cargo/bin/cargo run --quiet --manifest-path /nix-installer/Cargo.toml -- install linux-multi --no-confirm $MaybeInitChoice"
59+
wsl --distribution $DistroName bash --login -c "/root/.cargo/bin/cargo run --quiet --manifest-path /nix-installer/Cargo.toml -- install linux --no-confirm $MaybeInitChoice"
6060
if ($LastExitCode -ne 0) {
6161
exit $LastExitCode
6262
}

0 commit comments

Comments
 (0)