From 8e4de7892abf47a0292012ca8b900c5bb9734b1a Mon Sep 17 00:00:00 2001 From: nikstur Date: Wed, 24 May 2023 01:08:28 +0200 Subject: [PATCH] flake: add proper description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b511a82..e006e33 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Lanzaboot Secure Boot Madness"; + description = "Lanzaboote: Secure Boot for NixOS"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";