From 0c7606cd18add2846f4341d0035c602532c42342 Mon Sep 17 00:00:00 2001 From: nikstur Date: Thu, 14 Sep 2023 11:22:22 +0200 Subject: [PATCH] flake: use an appropriate description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index af95fda..687af42 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; - description = "Lanzaboote: Secure Boot for NixOS"; + description = "Secure Boot for NixOS"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";