mirror of https://github.com/voidlizard/hbs2
fixed type in flake.nix
This commit is contained in:
parent
c9ae19bc76
commit
0bba3721e6
|
@ -193,11 +193,11 @@
|
||||||
"rev": "5a55c22750589b357e50b759d2a754df058446d6",
|
"rev": "5a55c22750589b357e50b759d2a754df058446d6",
|
||||||
"revCount": 40,
|
"revCount": 40,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA"
|
"url": "https://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA"
|
"url": "https://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fuzzy_2": {
|
"fuzzy_2": {
|
||||||
|
|
|
@ -24,7 +24,7 @@ inputs = {
|
||||||
lsm.url = "git+https://git.hbs2.net/5BCaH95cWsVKBmWaDNLWQr2umxzzT5kqRRKNTm2J15Ls";
|
lsm.url = "git+https://git.hbs2.net/5BCaH95cWsVKBmWaDNLWQr2umxzzT5kqRRKNTm2J15Ls";
|
||||||
lsm.inputs.nixpkgs.follows = "nixpkgs";
|
lsm.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
fuzzy.url = "git+http://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA";
|
fuzzy.url = "git+https://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA";
|
||||||
fuzzy.inputs.nixpkgs.follows = "nixpkgs";
|
fuzzy.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
saltine = {
|
saltine = {
|
||||||
|
|
Loading…
Reference in New Issue