nix: update flake lock
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m52s
Test / ShareFS (push) Successful in 4m5s
Test / Sandbox (race detector) (push) Successful in 5m45s
Test / Hakurei (race detector) (push) Successful in 7m0s
Test / Hakurei (push) Successful in 2m23s
Test / Flake checks (push) Successful in 1m14s
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m52s
Test / ShareFS (push) Successful in 4m5s
Test / Sandbox (race detector) (push) Successful in 5m45s
Test / Hakurei (race detector) (push) Successful in 7m0s
Test / Hakurei (push) Successful in 2m23s
Test / Flake checks (push) Successful in 1m14s
Was unfortunately not able to implement vm test suite before this release. Hopefully the last nixos update we have to follow. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
318
options.md
318
options.md
@@ -12,12 +12,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -35,7 +41,10 @@ package
|
||||
|
||||
|
||||
*Default:*
|
||||
` <derivation hakurei-static-x86_64-unknown-linux-musl-0.4.3> `
|
||||
|
||||
```nix
|
||||
<derivation hakurei-static-x86_64-unknown-linux-musl-0.4.3>
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -51,7 +60,10 @@ attribute set of (submodule)
|
||||
|
||||
|
||||
*Default:*
|
||||
` { } `
|
||||
|
||||
```nix
|
||||
{ }
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -69,7 +81,10 @@ null or boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -87,7 +102,10 @@ null or boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -105,7 +123,10 @@ null or boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -123,7 +144,10 @@ null or boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -141,7 +165,10 @@ list of package
|
||||
|
||||
|
||||
*Default:*
|
||||
` [ ] `
|
||||
|
||||
```nix
|
||||
[ ]
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -160,7 +187,10 @@ null or (list of string)
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -180,7 +210,10 @@ null or string
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -199,7 +232,10 @@ null or (function that evaluates to a(n) anything)
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -218,7 +254,10 @@ null or anything
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -236,12 +275,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -259,12 +304,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -282,7 +333,10 @@ null or (attribute set of string)
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -300,7 +354,10 @@ anything
|
||||
|
||||
|
||||
*Default:*
|
||||
` { } `
|
||||
|
||||
```nix
|
||||
{ }
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -318,7 +375,10 @@ list of attribute set of anything
|
||||
|
||||
|
||||
*Default:*
|
||||
` [ ] `
|
||||
|
||||
```nix
|
||||
[ ]
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -337,7 +397,10 @@ null or boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -355,7 +418,10 @@ list of string
|
||||
|
||||
|
||||
*Default:*
|
||||
` [ ] `
|
||||
|
||||
```nix
|
||||
[ ]
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -373,12 +439,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -396,12 +468,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -432,12 +510,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -455,12 +539,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -478,12 +568,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -514,12 +610,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -538,7 +640,10 @@ null or string
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -557,7 +662,10 @@ null or one of “fifo”, “rr”, “batch”, “idle”, “deadline”,
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -575,7 +683,10 @@ null or integer between 1 and 99 (both inclusive)
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -593,7 +704,10 @@ null or string
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -612,7 +726,10 @@ null or package
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -630,12 +747,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -653,12 +776,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -676,12 +805,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -699,12 +834,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -722,12 +863,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -745,12 +892,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -768,12 +921,18 @@ boolean
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
```nix
|
||||
false
|
||||
```
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
```nix
|
||||
true
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -793,7 +952,10 @@ null or signed integer
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -811,7 +973,10 @@ list of attribute set of anything
|
||||
|
||||
|
||||
*Default:*
|
||||
` [ ] `
|
||||
|
||||
```nix
|
||||
[ ]
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -842,7 +1007,10 @@ package
|
||||
|
||||
|
||||
*Default:*
|
||||
` <derivation hakurei-hsu-0.4.3> `
|
||||
|
||||
```nix
|
||||
<derivation hakurei-hsu-0.4.3>
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -860,7 +1028,10 @@ package
|
||||
|
||||
|
||||
*Default:*
|
||||
` <derivation sharefs> `
|
||||
|
||||
```nix
|
||||
<derivation sharefs>
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -878,7 +1049,10 @@ string
|
||||
|
||||
|
||||
*Default:*
|
||||
` "sharefs" `
|
||||
|
||||
```nix
|
||||
"sharefs"
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -896,7 +1070,10 @@ string
|
||||
|
||||
|
||||
*Default:*
|
||||
` "/sdcard" `
|
||||
|
||||
```nix
|
||||
"/sdcard"
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -914,7 +1091,10 @@ null or string
|
||||
|
||||
|
||||
*Default:*
|
||||
` null `
|
||||
|
||||
```nix
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -932,7 +1112,10 @@ string
|
||||
|
||||
|
||||
*Default:*
|
||||
` "sharefs" `
|
||||
|
||||
```nix
|
||||
"sharefs"
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -950,7 +1133,10 @@ string
|
||||
|
||||
|
||||
*Default:*
|
||||
` "/run/current-system/sw/bin/bash" `
|
||||
|
||||
```nix
|
||||
"/run/current-system/sw/bin/bash"
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -979,3 +1165,11 @@ Users allowed to spawn hakurei apps and their corresponding hakurei identity\.
|
||||
attribute set of integer between 0 and 99 (both inclusive)
|
||||
|
||||
|
||||
|
||||
*Default:*
|
||||
|
||||
```nix
|
||||
{ }
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user