Skip to content

Commit cd5a2d7

Browse files
authored
fix typo in use-without-flakes
1 parent ffcbf8c commit cd5a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howtos/use-without-flakes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ this path for later use.
2828
To generate the disk image without dependencies, execute:
2929

3030
```bash
31-
nix-build -I nixos-config=/etc/nixos/configuration.nix -E '(import <nixpkgs/nixos> {}).config.system.build.diskNoDeps'
31+
nix-build -I nixos-config=/etc/nixos/configuration.nix -E '(import <nixpkgs/nixos> {}).config.system.build.diskoNoDeps'
3232
```
3333

3434
This will also output a script path in `/nix/store` that will format your disk.

0 commit comments

Comments
 (0)