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.
1 parent ffcbf8c commit cd5a2d7Copy full SHA for cd5a2d7
docs/howtos/use-without-flakes.md
@@ -28,7 +28,7 @@ this path for later use.
28
To generate the disk image without dependencies, execute:
29
30
```bash
31
-nix-build -I nixos-config=/etc/nixos/configuration.nix -E '(import <nixpkgs/nixos> {}).config.system.build.diskNoDeps'
+nix-build -I nixos-config=/etc/nixos/configuration.nix -E '(import <nixpkgs/nixos> {}).config.system.build.diskoNoDeps'
32
```
33
34
This will also output a script path in `/nix/store` that will format your disk.
0 commit comments