summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-03-08 12:21:11 -0800
committerPreston Pan <preston@nullring.xyz>2024-03-08 12:21:11 -0800
commite1f2bf56a570886d41dde51b697d33468b9d39d3 (patch)
treeee5817eb49611f676a32f658ceb5c3f26982373c
parent54eda182dd9b282639c53f44740f302727ff326d (diff)
please work?
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
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 }: {
};
}