summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index c1ecb5e..739d7a1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,5 @@
{
-description = "ret2pop's collection of wallpapers";
-inputs = {
-};
-outputs = { self }: {
-};
+ description = "ret2pop's collection of wallpapers";
+ inputs = { };
+ outputs = { self }: { };
}