45025f128a
This is at the point where it runs a getty and a pile of s6-supervise processes, though it doesn't seem to run the things being supervised
5 lines
188 B
Nix
5 lines
188 B
Nix
final: prev: {
|
|
pseudofile = final.callPackage ./pkgs/pseudofile {};
|
|
s6-init-files = final.callPackage ./pkgs/s6-init-files {};
|
|
strace = prev.strace.override { libunwind = null; };
|
|
}
|