Fix accidental commit

This commit is contained in:
Eelco Dolstra 2012-10-11 12:43:08 -04:00
parent bd1071d02b
commit 4104f60800

View file

@ -7,7 +7,7 @@ let
cfg = config.boot.systemd;
systemd = pkgs.systemd_tmp;
systemd = pkgs.systemd;
makeUnit = name: unit:
pkgs.writeTextFile { name = "unit"; inherit (unit) text; destination = "/${name}"; };