docs: add "latest" tag to flake references

This ensures that people will always use the latest release, not just
whatever the current master is.
This commit is contained in:
Felix Uhl
2024-10-11 15:14:56 +00:00
committed by mergify[bot]
parent aee84b5fb3
commit c7ef3964b6
6 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ a disk named /dev/sda, you would run the following command to partition, format
and mount the disk.
```console
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko /tmp/disk-config.nix
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode disko /tmp/disk-config.nix
```
## Related Tools