From 2eddf71196502466ef4f8e6c6380c08ca5e1c048 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 7 Sep 2023 11:21:31 +0200 Subject: [PATCH] flake.nix: description: does not have to be git --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a6217ea..39ff8f4 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Nix functions for filtering local git sources"; + description = "Nix functions for filtering local sources"; outputs = { self, nixpkgs }: { lib = import ./default.nix {