summary refs log tree commit diff
path: root/nixos/modules/system/boot/initrd-ssh.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-05-07 15:38:34 +0300
committerNikolay Amiantov <ab@fmap.me>2016-05-07 15:38:46 +0300
commit17e4803de7e0bf843dc0e17bc773de5af6a79dcf (patch)
tree65cc3704f5c81f28f3ee629cda3d4eb376025c64 /nixos/modules/system/boot/initrd-ssh.nix
parentf396fa8cb24dee446b00c9434401d1ad9c7eb4bb (diff)
downloadnixlib-17e4803de7e0bf843dc0e17bc773de5af6a79dcf.tar
nixlib-17e4803de7e0bf843dc0e17bc773de5af6a79dcf.tar.gz
nixlib-17e4803de7e0bf843dc0e17bc773de5af6a79dcf.tar.bz2
nixlib-17e4803de7e0bf843dc0e17bc773de5af6a79dcf.tar.lz
nixlib-17e4803de7e0bf843dc0e17bc773de5af6a79dcf.tar.xz
nixlib-17e4803de7e0bf843dc0e17bc773de5af6a79dcf.tar.zst
nixlib-17e4803de7e0bf843dc0e17bc773de5af6a79dcf.zip
initrd-ssh service: fix build
Diffstat (limited to 'nixos/modules/system/boot/initrd-ssh.nix')
-rw-r--r--nixos/modules/system/boot/initrd-ssh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/initrd-ssh.nix b/nixos/modules/system/boot/initrd-ssh.nix
index 4cdc81541955..a881459bed18 100644
--- a/nixos/modules/system/boot/initrd-ssh.nix
+++ b/nixos/modules/system/boot/initrd-ssh.nix
@@ -88,7 +88,7 @@ in
 
     boot.initrd.extraUtilsCommands = ''
       copy_bin_and_libs ${pkgs.dropbear}/bin/dropbear
-      cp -pv ${pkgs.glibc}/lib/libnss_files.so.* $out/lib
+      cp -pv ${pkgs.glibc.out}/lib/libnss_files.so.* $out/lib
     '';
 
     boot.initrd.extraUtilsCommandsTest = ''