mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix: move solaar to using github
This commit is contained in:
parent
a39800ce32
commit
e4533d1200
2 changed files with 11 additions and 9 deletions
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue