fixed type in flake.nix

This commit is contained in:
Dmitry Zuikov 2024-09-02 19:10:25 +03:00
parent c9ae19bc76
commit 0bba3721e6
2 changed files with 3 additions and 3 deletions

View File

@ -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": {

View File

@ -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 = {