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:
Janne Heß 2022-05-05 13:23:32 +02:00
parent c01480f0a3
commit 57cd07f3a9
No known key found for this signature in database
GPG key ID: 69165158F05265DF
14 changed files with 16 additions and 16 deletions

View file

@ -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 ":" [