mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
Don't pull in Upstart
This commit is contained in:
parent
7a98c884f8
commit
fd2cef50cd
@ -360,7 +360,7 @@ in
|
||||
|
||||
config = {
|
||||
|
||||
system.build.upstart = upstart;
|
||||
system.build.upstart = "/no-upstart";
|
||||
|
||||
boot.systemd.services =
|
||||
flip mapAttrs' config.jobs (name: job:
|
||||
|
Loading…
Reference in New Issue
Block a user