We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dd1bb7 + 4c354b2 commit 44e8a43Copy full SHA for 44e8a43
README.md
@@ -46,9 +46,8 @@ nix run github:numtide/nixos-anywhere -- root@yourip --flake github:your-user/yo
46
The parameter passed to `--flake` should point to your nixos configuration
47
exposed in your flake (`nixosConfigurations.your-system` in the example above).
48
49
-`nixos-anywhere --help`
50
-
51
-```shell
+<!-- `$ ./src/nixos-anywhere.sh --help` -->
+```
52
Usage: nixos-anywhere [options] ssh-host
53
54
Options:
flake.nix
@@ -27,6 +27,7 @@
27
perSystem = { config, ... }: {
28
treefmt = {
29
projectRootFile = "flake.nix";
30
+ programs.mdsh.enable = true;
31
programs.nixpkgs-fmt.enable = true;
32
programs.shellcheck.enable = true;
33
programs.shfmt.enable = true;
0 commit comments