fix(flake): unpin NuschtOS/search #550

Merged
jalil merged 1 commit from push-lnznrkmovpqv into main 2025-06-24 11:01:58 +02:00
2 changed files with 4 additions and 5 deletions

7
flake.lock generated
View file

@ -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"
}

View file

@ -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";