Add --flake option to command in README
This commit is contained in:
parent
55d9d233fe
commit
6080fa8715
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ Nix allows for easy to manage, collaborative, reproducible deployments. This mea
|
|||
After installed NixOS with `nix-command` & `flake` enabled, you can deploy this flake with the following command:
|
||||
|
||||
```bash
|
||||
sudo nixos-rebuild switch .#nixos-test
|
||||
sudo nixos-rebuild switch --flake .#nixos-test
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue