Rename --flake-uri to --flake.

This commit is contained in:
r-vdp 2023-03-24 16:19:18 +01:00
parent ec231161ed
commit 0cc421ead0
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -89,7 +89,7 @@ A simple System Manager module could look something like this:
Once the configuration defined, you can activate it using the `system-manager` CLI:
```sh
nix run 'github:numtide/system-manager' -- switch --flake-uri '.'
nix run 'github:numtide/system-manager' -- switch --flake '.'
```
# Currently supported features