diff --git a/.github/actions/nix/action.yml b/.github/actions/nix/action.yml index 4ba88ac..fc7fb88 100644 --- a/.github/actions/nix/action.yml +++ b/.github/actions/nix/action.yml @@ -48,4 +48,3 @@ runs: run: | sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0 sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 - diff --git a/README.md b/README.md index d65e229..5c85f1c 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,16 @@ subcommands: os nixos-rebuild subcmd output nixos config attr update update and run nixos-rebuild + hash collect build hash from failure + narinfo check active caches for nix derivation + lock check lock status for duplicates flags: - --flake path/to/flake - --host host(s) to build - -d --debug enable debug mode - -r --resetCache set cache timeout to 0 - -h --help show this help + --flake string path/to/flake + --host seq[string] host(s) to build + -v --verbose Count increase verbosity (up to 2) (default: 0) + --reset-cache set cache timeout to 0 + -h --help show this help ``` ## oizys?