From 58dd52b959f7b1d0b9cbd31181fb26940cf40613 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 27 Mar 2025 20:33:47 +0100 Subject: flake: use new wallpapers URL --- flake.lock | 10 ++++------ flake.nix | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index bf2250d..9d15682 100644 --- a/flake.lock +++ b/flake.lock @@ -279,15 +279,13 @@ "locked": { "lastModified": 1743021271, "narHash": "sha256-S6wpeIS1QoMwQDc+K2whYUrgEO0zt/tNbCklhTTXs+Y=", - "ref": "refs/heads/main", "rev": "3c18fcea2017fc1ed7f1877413c9dbe486e6a051", - "revCount": 1, - "type": "git", - "url": "https://git.huh.gdn/wallpapers" + "type": "tarball", + "url": "https://git.ahem.wtf/api/v1/repos/minijackson/wallpapers/archive/3c18fcea2017fc1ed7f1877413c9dbe486e6a051.tar.gz" }, "original": { - "type": "git", - "url": "https://git.huh.gdn/wallpapers" + "type": "tarball", + "url": "https://git.ahem.wtf/minijackson/wallpapers/archive/main.tar.gz" } } }, diff --git a/flake.nix b/flake.nix index b12f60c..8799fbc 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ flake = false; }; wallpapers = { - url = "git+https://git.huh.gdn/wallpapers"; + url = "https://git.ahem.wtf/minijackson/wallpapers/archive/main.tar.gz"; flake = false; }; }; -- cgit v1.2.3