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": {
|
"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": {
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue