From d4131e0c6586a4ee8197dc1986e5e0784e14d833 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Wed, 19 Jul 2023 21:39:50 +0200 Subject: [PATCH] docs: suggest to track released versions rather than master for the flake setup The flake setup previously suggested master implicitly, we use the latest known release. --- docs/QUICK_START.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/QUICK_START.md b/docs/QUICK_START.md index 9007d19..077ecde 100644 --- a/docs/QUICK_START.md +++ b/docs/QUICK_START.md @@ -124,7 +124,7 @@ may delete these entries in `/boot/loader/entries`. Add `lanzaboote` as a dependency of your niv project and track a stable release tag (https://github.com/nix-community/lanzaboote/releases). ```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 Writing new sources file Done: Adding package lanzaboote @@ -173,7 +173,7 @@ Boot stack. description = "A SecureBoot-enabled NixOS configurations"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable/0.3.0"; lanzaboote = { url = "github:nix-community/lanzaboote";