flake: add help for building the rescue image

This commit is contained in:
Colin 2023-11-08 11:35:32 +00:00
parent 18a7598f62
commit e30d452254
1 changed files with 3 additions and 0 deletions

View File

@ -332,6 +332,9 @@
- `nix run '.#deploy-{lappy,moby,moby-test,servo}' [nixos-rebuild args ...]`
- `nix run '.#check'`
- make sure all systems build; NUR evaluates
specific build targets of interest:
- `nix build '.#imgs.rescue'`
'';
in builtins.toString (pkgs.writeShellScript "nixos-config-help" ''
cat ${helpMsg}