From 64b968f81f6ef611826aeda4a1982830e5e3986c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 18 Apr 2014 02:31:10 +0200 Subject: [PATCH] Remove debug line --- nixos/modules/system/boot/systemd.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 5bdb8bdac0b..20748f9c3eb 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