Remove httpgd import from default.nix

Removed the import of httpgd from default.nix.

https://github.com/nx10/httpgd/issues/218
This commit is contained in:
Daniel Winkler 2026-02-19 11:50:27 +11:00 committed by GitHub
commit 6604203916
Failed to generate hash of commit

View file

@ -23,9 +23,6 @@ in {
## F
fwildclusterboot = import ./f/fwildclusterboot.nix argsWithFinal;
## H
httpgd = import ./h/httpgd.nix baseArgs;
## J
jgd = import ./j/jgd.nix (baseArgs // {lib = prev.lib;});