summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-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 }: {
};
}