From 4731f16b1745dc6779132b19d47e4c47cae93ea8 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sun, 28 Mar 2021 15:20:19 +0200 Subject: [PATCH] Sigil: rename within flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bcabb2b..c9eede0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Genode packages"; + description = "Nix flavored Genode distribution"; inputs.nixpkgs.url = "github:ehmry/nixpkgs/genodepkgs";