disorderfs: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 22:53:49 +01:00
parent ca7253dfc9
commit ddee5b38d4
2 changed files with 2 additions and 6 deletions
@@ -5,7 +5,7 @@
pkg-config,
fuse,
attr,
asciidoc,
asciidoc-full,
}:
stdenv.mkDerivation rec {
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
asciidoc
asciidoc-full
];
buildInputs = [
-4
View File
@@ -1718,10 +1718,6 @@ with pkgs;
plugins = lib.filter (p: p ? pluginName) (builtins.attrValues discourse.plugins);
};
disorderfs = callPackage ../tools/filesystems/disorderfs {
asciidoc = asciidoc-full;
};
dino = callPackage ../applications/networking/instant-messengers/dino { };
dnschef = python3Packages.callPackage ../tools/networking/dnschef { };