forked from lix-project/lix-installer
Release v0.9.0 (#473)
This commit is contained in:
parent
2673a9b299
commit
5d0e28fcfb
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -953,7 +953,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nix-installer"
|
name = "nix-installer"
|
||||||
version = "0.8.1-unreleased"
|
version = "0.9.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.8.1-unreleased"
|
version = "0.9.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
license = "LGPL-2.1"
|
license = "LGPL-2.1"
|
||||||
|
|
|
@ -34,10 +34,10 @@ Differing from the current official [Nix](https://github.com/NixOS/nix) installe
|
||||||
+ `bash-prompt-prefix` is set
|
+ `bash-prompt-prefix` is set
|
||||||
+ `auto-optimise-store` is set to `true`
|
+ `auto-optimise-store` is set to `true`
|
||||||
* `extra-nix-path` is set to `nixpkgs=flake:nixpkgs`
|
* `extra-nix-path` is set to `nixpkgs=flake:nixpkgs`
|
||||||
|
* `auto-uid-allocation` is set to `true`.
|
||||||
* an installation receipt (for uninstalling) is stored at `/nix/receipt.json` as well as a copy of the install binary at `/nix/nix-installer`
|
* an installation receipt (for uninstalling) is stored at `/nix/receipt.json` as well as a copy of the install binary at `/nix/nix-installer`
|
||||||
* `nix-channel --update` is not run, `~/.nix-channels` is not provisioned
|
* `nix-channel --update` is not run, `~/.nix-channels` is not provisioned
|
||||||
* `NIX_SSL_CERT_FILE` is set in the various shell profiles if the `ssl-cert-file` argument is used.
|
* `NIX_SSL_CERT_FILE` is set in the various shell profiles if the `ssl-cert-file` argument is used.
|
||||||
* `auto-uid-allocation` is set to `true`.
|
|
||||||
|
|
||||||
## Motivations
|
## Motivations
|
||||||
|
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
};
|
};
|
||||||
sharedAttrs = {
|
sharedAttrs = {
|
||||||
pname = "nix-installer";
|
pname = "nix-installer";
|
||||||
version = "0.8.1-unreleased";
|
version = "0.9.0";
|
||||||
src = builtins.path {
|
src = builtins.path {
|
||||||
name = "nix-installer-source";
|
name = "nix-installer-source";
|
||||||
path = self;
|
path = self;
|
||||||
|
|
4
tests/fixtures/linux/linux.json
vendored
4
tests/fixtures/linux/linux.json
vendored
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.8.1-unreleased",
|
"version": "0.9.0",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"action": {
|
"action": {
|
||||||
|
@ -356,7 +356,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"diagnostic_data": {
|
"diagnostic_data": {
|
||||||
"version": "0.8.1-unreleased",
|
"version": "0.9.0",
|
||||||
"planner": "linux",
|
"planner": "linux",
|
||||||
"configured_settings": [],
|
"configured_settings": [],
|
||||||
"os_name": "Ubuntu",
|
"os_name": "Ubuntu",
|
||||||
|
|
4
tests/fixtures/linux/steam-deck.json
vendored
4
tests/fixtures/linux/steam-deck.json
vendored
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.8.1-unreleased",
|
"version": "0.9.0",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"action": {
|
"action": {
|
||||||
|
@ -382,7 +382,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"diagnostic_data": {
|
"diagnostic_data": {
|
||||||
"version": "0.8.1-unreleased",
|
"version": "0.9.0",
|
||||||
"planner": "steam-deck",
|
"planner": "steam-deck",
|
||||||
"configured_settings": [],
|
"configured_settings": [],
|
||||||
"os_name": "Ubuntu",
|
"os_name": "Ubuntu",
|
||||||
|
|
4
tests/fixtures/macos/macos.json
vendored
4
tests/fixtures/macos/macos.json
vendored
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.8.1-unreleased",
|
"version": "0.9.0",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"action": {
|
"action": {
|
||||||
|
@ -392,7 +392,7 @@
|
||||||
"root_disk": "disk3"
|
"root_disk": "disk3"
|
||||||
},
|
},
|
||||||
"diagnostic_data": {
|
"diagnostic_data": {
|
||||||
"version": "0.8.1-unreleased",
|
"version": "0.9.0",
|
||||||
"planner": "macos",
|
"planner": "macos",
|
||||||
"configured_settings": [],
|
"configured_settings": [],
|
||||||
"os_name": "unknown",
|
"os_name": "unknown",
|
||||||
|
|
Loading…
Reference in a new issue