diff options
author | Preston Pan <preston@nullring.xyz> | 2024-03-08 12:21:11 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-03-08 12:21:11 -0800 |
commit | e1f2bf56a570886d41dde51b697d33468b9d39d3 (patch) | |
tree | ee5817eb49611f676a32f658ceb5c3f26982373c | |
parent | 54eda182dd9b282639c53f44740f302727ff326d (diff) |
please work?
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ { +description = "ret2pop's collection of wallpapers"; inputs = { }; -outputs = inputs@{ }: { +outputs = { self }: { }; } |