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
Showing only changes of commit bbbe01b4a6 - Show all commits

7
flake.lock generated
View file

@ -353,16 +353,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1749507435, "lastModified": 1749730855,
"narHash": "sha256-EHlfZyOywnFxU3f7bgaEio073LO/HwqQjdTQRKaqUuk=", "narHash": "sha256-L3x2nSlFkXkM6tQPLJP3oCBMIsRifhIDPMQQdHO5xWo=",
"owner": "NuschtOS", "owner": "NuschtOS",
"repo": "search", "repo": "search",
"rev": "ca64563e12ec6f54842bb6182a3d2b9517d54bed", "rev": "8dfe5879dd009ff4742b668d9c699bc4b9761742",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NuschtOS", "owner": "NuschtOS",
"ref": "pull/232/head",
"repo": "search", "repo": "search",
"type": "github" "type": "github"
} }

View file

@ -57,7 +57,7 @@
}; };
# For generating the docs (can be set to null) # For generating the docs (can be set to null)
nuschtosSearch = { nuschtosSearch = {
url = "github:NuschtOS/search/pull/232/head"; # fix url = "github:NuschtOS/search";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "lix-module/flake-utils"; flake-utils.follows = "lix-module/flake-utils";