From 5ea5fa2f15ab5eedce812c36546247494a73ed3c Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 26 Jan 2024 15:10:26 +0100 Subject: [PATCH] update flake description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7752563..0b91e4f 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "A very basic flake"; + description = "providing ep3-bs as nixosModule"; inputs.utils.url = "github:numtide/flake-utils";