Merge pull request #210 from nix-community/revert-207-update/docs
Revert "docs: suggest to track released versions rather than master "
This commit is contained in:
commit
85420159e7
|
@ -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.3.0 -v 0.3.0
|
$ niv add nix-community/lanzaboote -r v0.2.0 -v 0.2.0
|
||||||
Adding package lanzaboote
|
Adding package lanzaboote
|
||||||
Writing new sources file
|
Writing new sources file
|
||||||
Done: Adding package lanzaboote
|
Done: Adding package lanzaboote
|
||||||
|
@ -149,7 +149,7 @@ Boot stack.
|
||||||
description = "A SecureBoot-enabled NixOS configurations";
|
description = "A SecureBoot-enabled NixOS configurations";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable/0.3.0";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
url = "github:nix-community/lanzaboote";
|
url = "github:nix-community/lanzaboote";
|
||||||
|
|
Loading…
Reference in New Issue