sinit: migrate to by-name

This commit is contained in:
Guy Chronister
2026-04-20 11:46:57 -05:00
parent 48d80df681
commit 53465de5d1
2 changed files with 2 additions and 7 deletions
@@ -2,8 +2,8 @@
lib,
stdenv,
fetchgit,
rcinit ? null,
rcshutdown ? null,
rcinit ? "/etc/rc.d/rc.init",
rcshutdown ? "/etc/rc.d/rc.shutdown",
rcreboot ? null,
}:
-5
View File
@@ -8716,11 +8716,6 @@ with pkgs;
protobuf = protobuf_33;
};
sinit = callPackage ../os-specific/linux/sinit {
rcinit = "/etc/rc.d/rc.init";
rcshutdown = "/etc/rc.d/rc.shutdown";
};
sysdig = callPackage ../os-specific/linux/sysdig {
kernel = null;
}; # sysdig is a client, for a driver look at linuxPackagesFor