httpdirfs: move to pkgs/by-name

This commit is contained in:
Anthony Roussel
2024-03-30 17:34:47 +01:00
parent 4bc9e0221b
commit 3de8f433e2
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -9154,8 +9154,6 @@ with pkgs;
http-getter = callPackage ../applications/networking/flent/http-getter.nix { };
httpdirfs = callPackage ../tools/filesystems/httpdirfs { };
httpdump = callPackage ../tools/security/httpdump { };
httpie = with python3Packages; toPythonApplication httpie;