summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-18 02:31:10 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-18 02:31:10 +0200
commit64b968f81f6ef611826aeda4a1982830e5e3986c (patch)
tree4b94a6db7e8ba8b5e36e866928a07791e809eac9 /nixos/modules/system
parent12f06ae4997c5b5ac123454ba1a86c0a294504a2 (diff)
downloadnixlib-64b968f81f6ef611826aeda4a1982830e5e3986c.tar
nixlib-64b968f81f6ef611826aeda4a1982830e5e3986c.tar.gz
nixlib-64b968f81f6ef611826aeda4a1982830e5e3986c.tar.bz2
nixlib-64b968f81f6ef611826aeda4a1982830e5e3986c.tar.lz
nixlib-64b968f81f6ef611826aeda4a1982830e5e3986c.tar.xz
nixlib-64b968f81f6ef611826aeda4a1982830e5e3986c.tar.zst
nixlib-64b968f81f6ef611826aeda4a1982830e5e3986c.zip
Remove debug line
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/systemd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 5bdb8bdac0b5..20748f9c3eb5 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -402,7 +402,6 @@ let
       # Symlink all units provided listed in systemd.packages.
       for i in ${toString cfg.packages}; do
         files=$(echo $i/etc/systemd/${type}/* $i/lib/systemd/${type}/*)
-        echo $i: $files
         if [ -n "$files" ]; then
           ln -s $files $out/
         fi