mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
treewide: pkgs.systemd -> config.systemd.package
This ensures there is only one systemd package when e.g. testing the next systemd version.
This commit is contained in:
parent
c01480f0a3
commit
57cd07f3a9
14 changed files with 16 additions and 16 deletions
|
@ -46,7 +46,7 @@ in {
|
|||
RemainAfterExit = true;
|
||||
};
|
||||
restartIfChanged = false;
|
||||
path = [ pkgs.jq pkgs.gnused pkgs.gnugrep pkgs.systemd config.nix.package config.system.build.nixos-rebuild ];
|
||||
path = [ pkgs.jq pkgs.gnused pkgs.gnugrep config.systemd.package config.nix.package config.system.build.nixos-rebuild ];
|
||||
environment = {
|
||||
HOME = "/root";
|
||||
NIX_PATH = concatStringsSep ":" [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue