outline: move to pkgs/by-name

This commit is contained in:
Jonas Heinrich
2026-02-07 13:29:12 +01:00
parent 10cbe3a348
commit 11b72f0753
2 changed files with 0 additions and 7 deletions
-7
View File
@@ -8462,13 +8462,6 @@ with pkgs;
nsdiff = perlPackages.nsdiff;
outline = callPackage ../servers/web-apps/outline (
lib.fix (super: {
yarn = yarn.override { inherit (super) nodejs; };
nodejs = nodejs_22;
})
);
openafs = callPackage ../servers/openafs/1.8 { };
openresty = callPackage ../servers/http/openresty {