mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
nixos/pppd: fix build error
This commit is contained in:
parent
c1741fc12a
commit
0f8d1ac47d
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ in
|
||||||
systemdConfigs = listToAttrs (map mkSystemd enabledConfigs);
|
systemdConfigs = listToAttrs (map mkSystemd enabledConfigs);
|
||||||
|
|
||||||
in mkIf cfg.enable {
|
in mkIf cfg.enable {
|
||||||
environment.etc = mkMerge etcFiles;
|
environment.etc = etcFiles;
|
||||||
systemd.services = mkMerge systemdConfigs;
|
systemd.services = systemdConfigs;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue