supermin: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 23:01:19 +01:00
parent 37bd1f547e
commit aefc7acadd
2 changed files with 2 additions and 6 deletions
@@ -6,7 +6,7 @@
e2fsprogs,
perl,
pkg-config,
ocamlPackages,
ocaml-ng,
glibc,
}:
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
perl
pkg-config
]
++ (with ocamlPackages; [
++ (with ocaml-ng.ocamlPackages_4_14; [
findlib
ocaml
]);
-4
View File
@@ -1036,10 +1036,6 @@ with pkgs;
shaperglot = with python3Packages; toPythonApplication shaperglot;
supermin = callPackage ../tools/virtualization/supermin {
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
};
ufolint = with python3Packages; toPythonApplication ufolint;
ventoy-full = ventoy.override {