release: 0.0.1
All checks were successful
Release / Create release (push) Successful in 40s
Test / Create distribution (push) Successful in 25s
Test / Sandbox (push) Successful in 38s
Test / Sandbox (race detector) (push) Successful in 38s
Test / Hakurei (push) Successful in 42s
Test / Hakurei (race detector) (push) Successful in 41s
Test / Fpkg (push) Successful in 39s
Test / Flake checks (push) Successful in 1m10s
All checks were successful
Release / Create release (push) Successful in 40s
Test / Create distribution (push) Successful in 25s
Test / Sandbox (push) Successful in 38s
Test / Sandbox (race detector) (push) Successful in 38s
Test / Hakurei (push) Successful in 42s
Test / Hakurei (race detector) (push) Successful in 41s
Test / Fpkg (push) Successful in 39s
Test / Flake checks (push) Successful in 1m10s
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
87e008d56d
commit
b380bb248c
@ -4,8 +4,8 @@ Hakurei
|
|||||||
[](https://pkg.go.dev/git.gensokyo.uk/security/hakurei)
|
[](https://pkg.go.dev/git.gensokyo.uk/security/hakurei)
|
||||||
[](https://goreportcard.com/report/git.gensokyo.uk/security/hakurei)
|
[](https://goreportcard.com/report/git.gensokyo.uk/security/hakurei)
|
||||||
|
|
||||||
Lets you run graphical applications as another user in a confined environment with a nice NixOS
|
Lets you run graphical applications as dedicated subordinate users in a container environment with a nice NixOS
|
||||||
module to configure target users and provide launchers and desktop files for your privileged user.
|
module to configure target users and provide launch scripts and desktop files.
|
||||||
|
|
||||||
Why would you want this?
|
Why would you want this?
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ nix run git+https://git.gensokyo.uk/security/hakurei -- help
|
|||||||
|
|
||||||
## Module usage
|
## Module usage
|
||||||
|
|
||||||
The NixOS module currently requires home-manager to function correctly.
|
The NixOS module currently requires home-manager to configure subordinate users.
|
||||||
|
|
||||||
Full module documentation can be found [here](options.md).
|
Full module documentation can be found [here](options.md).
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "hakurei";
|
pname = "hakurei";
|
||||||
version = "0.4.1";
|
version = "0.0.1";
|
||||||
|
|
||||||
srcFiltered = builtins.path {
|
srcFiltered = builtins.path {
|
||||||
name = "${pname}-src";
|
name = "${pname}-src";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user