diff --git a/flake.lock b/flake.lock index edb3090d..80f5dd35 100644 --- a/flake.lock +++ b/flake.lock @@ -1556,16 +1556,17 @@ ] }, "locked": { - "lastModified": 1736321133, - "narHash": "sha256-WcMlGvUYUEUCxtrG3DHExdnvAHKuJazi9FLhAiqOorw=", - "rev": "808a089a32a2c0f436f106fc554215c4930b3c69", - "revCount": 67, - "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/Svenum/Solaar-flake/0.1.2/019444d0-161f-78ca-a740-5eee5d09f672/source.tar.gz" + "lastModified": 1751535505, + "narHash": "sha256-MOFgDU5wtIe96/dBfjWHDuV372+jGq5IBB/3km0yBr0=", + "owner": "Svenum", + "repo": "Solaar-flake", + "rev": "b6668450e18e3f788855fc5f54a84861ec3ffee9", + "type": "github" }, "original": { - "type": "tarball", - "url": "https://flakehub.com/f/Svenum/Solaar-flake/0.1.2.tar.gz" + "owner": "Svenum", + "repo": "Solaar-flake", + "type": "github" } }, "sops-nix": { diff --git a/flake.nix b/flake.nix index 039814db..1cdb4961 100644 --- a/flake.nix +++ b/flake.nix @@ -141,8 +141,9 @@ }; }; solaar = { + url = "github:Svenum/Solaar-flake"; # ewww flakehub ;; - url = "https://flakehub.com/f/Svenum/Solaar-flake/0.1.2.tar.gz"; + #url = "https://flakehub.com/f/Svenum/Solaar-flake/0.1.2.tar.gz"; inputs = { nixpkgs.follows = "nixpkgs"; flake-compat.follows = "flake-compat";