docs: suggest to use 0.3.0 tagged release of lanzaboote rather than master

This is to avoid people relying on dangerous development branches.

Retake of #207…
This commit is contained in:
Raito Bezarius 2023-07-20 10:39:34 +02:00
parent 85420159e7
commit aa2cb467da
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ secret key so that only root can read it.
Add `lanzaboote` as a dependency of your niv project and track a stable release tag (https://github.com/nix-community/lanzaboote/releases). Add `lanzaboote` as a dependency of your niv project and track a stable release tag (https://github.com/nix-community/lanzaboote/releases).
```console ```console
$ niv add nix-community/lanzaboote -r v0.2.0 -v 0.2.0 $ niv add nix-community/lanzaboote -r v0.3.0 -v 0.3.0
Adding package lanzaboote Adding package lanzaboote
Writing new sources file Writing new sources file
Done: Adding package lanzaboote Done: Adding package lanzaboote
@ -152,7 +152,7 @@ Boot stack.
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
lanzaboote = { lanzaboote = {
url = "github:nix-community/lanzaboote"; url = "github:nix-community/lanzaboote/v0.3.0";
# Optional but recommended to limit the size of your system closure. # Optional but recommended to limit the size of your system closure.
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";