From bbbe01b4a634d832623355e5939f036900503103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Tue, 24 Jun 2025 10:56:16 +0200 Subject: [PATCH] fix(flake): unpin NuschtOS/search The fix was already upstreamed --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index a1016f4..9bb64b1 100644 --- a/flake.lock +++ b/flake.lock @@ -353,16 +353,15 @@ ] }, "locked": { - "lastModified": 1749507435, - "narHash": "sha256-EHlfZyOywnFxU3f7bgaEio073LO/HwqQjdTQRKaqUuk=", + "lastModified": 1749730855, + "narHash": "sha256-L3x2nSlFkXkM6tQPLJP3oCBMIsRifhIDPMQQdHO5xWo=", "owner": "NuschtOS", "repo": "search", - "rev": "ca64563e12ec6f54842bb6182a3d2b9517d54bed", + "rev": "8dfe5879dd009ff4742b668d9c699bc4b9761742", "type": "github" }, "original": { "owner": "NuschtOS", - "ref": "pull/232/head", "repo": "search", "type": "github" } diff --git a/flake.nix b/flake.nix index 0152d12..795adef 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ }; # For generating the docs (can be set to null) nuschtosSearch = { - url = "github:NuschtOS/search/pull/232/head"; # fix + url = "github:NuschtOS/search"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "lix-module/flake-utils";