From e1f2bf56a570886d41dde51b697d33468b9d39d3 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 8 Mar 2024 12:21:11 -0800 Subject: please work? --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 48617e5..c1ecb5e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,7 @@ { +description = "ret2pop's collection of wallpapers"; inputs = { }; -outputs = inputs@{ }: { +outputs = { self }: { }; } -- cgit