dev: update search

This commit is contained in:
Marcel 2026-06-16 02:10:30 +02:00 committed by Matt Sturgeon
parent 1d91fc6f88
commit 0ddc79c660
2 changed files with 30 additions and 10 deletions

37
flake/dev/flake.lock generated
View file

@ -158,16 +158,16 @@
]
},
"locked": {
"lastModified": 1754860581,
"narHash": "sha256-EM0IE63OHxXCOpDHXaTyHIOk2cNvMCGPqLt/IdtVxgk=",
"lastModified": 1780853531,
"narHash": "sha256-vLSO1r6UJ8+8r2o05ZILtvIQ5vPobGWTKvWXc4hYq+o=",
"owner": "NuschtOS",
"repo": "ixx",
"rev": "babfe85a876162c4acc9ab6fb4483df88fa1f281",
"rev": "d7a538df37375683fda931d244ca47aed0296940",
"type": "github"
},
"original": {
"owner": "NuschtOS",
"ref": "v0.1.1",
"ref": "v0.2.1",
"repo": "ixx",
"type": "github"
}
@ -193,6 +193,27 @@
"type": "github"
}
},
"nix-index-database": {
"inputs": {
"nixpkgs": [
"nuschtosSearch",
"nixpkgs"
]
},
"locked": {
"lastModified": 1781422160,
"narHash": "sha256-W7S8O86bVrw2gaomEwkHStOzmPpnFIHQ6lS4Q2HffJ0=",
"owner": "Mic92",
"repo": "nix-index-database",
"rev": "854d04e2368fb2e9c328a36b3c0a04cd713bfae1",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "nix-index-database",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1781454065,
@ -229,23 +250,23 @@
"inputs": {
"flake-utils": "flake-utils",
"ixx": "ixx",
"nix-index-database": "nix-index-database",
"nixpkgs": [
"nixvim",
"nixpkgs"
]
},
"locked": {
"lastModified": 1768249818,
"narHash": "sha256-ANfn5OqIxq3HONPIXZ6zuI5sLzX1sS+2qcf/Pa0kQEc=",
"lastModified": 1781568066,
"narHash": "sha256-L9roRFvAq22QIdHfZns6Keo2ZfUfmEMvAVQRvXZ0V2s=",
"owner": "NuschtOS",
"repo": "search",
"rev": "b6f77b88e9009bfde28e2130e218e5123dc66796",
"rev": "b9092e8a7171f7eb5cbf4f6c34c98ed4bd05a802",
"type": "github"
},
"original": {
"owner": "NuschtOS",
"repo": "search",
"rev": "b6f77b88e9009bfde28e2130e218e5123dc66796",
"type": "github"
}
},

View file

@ -36,8 +36,7 @@
};
nuschtosSearch = {
# TODO: newer versions fail with: TimeoutError: The operation was aborted due to timeout
url = "github:NuschtOS/search/b6f77b88e9009bfde28e2130e218e5123dc66796";
url = "github:NuschtOS/search";
inputs.nixpkgs.follows = "nixvim/nixpkgs";
inputs.flake-utils.inputs.systems.follows = "nixvim/systems";
};