fix: move solaar to using github

This commit is contained in:
Kat Inskip 2025-07-27 13:56:42 -07:00
parent a39800ce32
commit e4533d1200
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 11 additions and 9 deletions

17
flake.lock generated
View file

@ -1556,16 +1556,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736321133, "lastModified": 1751535505,
"narHash": "sha256-WcMlGvUYUEUCxtrG3DHExdnvAHKuJazi9FLhAiqOorw=", "narHash": "sha256-MOFgDU5wtIe96/dBfjWHDuV372+jGq5IBB/3km0yBr0=",
"rev": "808a089a32a2c0f436f106fc554215c4930b3c69", "owner": "Svenum",
"revCount": 67, "repo": "Solaar-flake",
"type": "tarball", "rev": "b6668450e18e3f788855fc5f54a84861ec3ffee9",
"url": "https://api.flakehub.com/f/pinned/Svenum/Solaar-flake/0.1.2/019444d0-161f-78ca-a740-5eee5d09f672/source.tar.gz" "type": "github"
}, },
"original": { "original": {
"type": "tarball", "owner": "Svenum",
"url": "https://flakehub.com/f/Svenum/Solaar-flake/0.1.2.tar.gz" "repo": "Solaar-flake",
"type": "github"
} }
}, },
"sops-nix": { "sops-nix": {

View file

@ -141,8 +141,9 @@
}; };
}; };
solaar = { solaar = {
url = "github:Svenum/Solaar-flake";
# ewww flakehub ;; # 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 = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-compat.follows = "flake-compat"; flake-compat.follows = "flake-compat";