diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-17 15:06:58 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-17 15:06:58 +0200 |
commit | e7d3aa006082d6b25e40f23cdadde9a177f59da0 (patch) | |
tree | d33006ac4216d6c114e847cf77adaa91df4798ba /overlays | |
parent | 01b1724bae7b20ff4b29645a1f2d2425d7860471 (diff) | |
download | nixos-e7d3aa006082d6b25e40f23cdadde9a177f59da0.tar nixos-e7d3aa006082d6b25e40f23cdadde9a177f59da0.tar.gz nixos-e7d3aa006082d6b25e40f23cdadde9a177f59da0.tar.bz2 nixos-e7d3aa006082d6b25e40f23cdadde9a177f59da0.tar.xz nixos-e7d3aa006082d6b25e40f23cdadde9a177f59da0.zip |
...
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/ppp.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/overlays/ppp.nix b/overlays/ppp.nix deleted file mode 100644 index 8c6b0798..00000000 --- a/overlays/ppp.nix +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | { final, prev, ... }: { | ||
2 | ppp = prev.ppp.overrideAttrs (oldAttrs: { | ||
3 | buildInputs = (oldAttrs.buildInputs or []) ++ [ final.systemd ]; | ||
4 | makeFlags = (oldAttrs.makeFlags or []) ++ [ "SYSTEMD=yes" ]; | ||
5 | }); | ||
6 | } | ||