mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
treewide: Mass replace 'glibc}/lib' to refer the 'out' output
This commit is contained in:
parent
b56b24f729
commit
a1909d7380
10 changed files with 12 additions and 12 deletions
|
@ -102,7 +102,7 @@ in
|
|||
'' + optionalString cfg.ssh.enable ''
|
||||
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 = optionalString cfg.ssh.enable ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue