mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
nixgl: reference lib directly
Co-authored-by: V. <150687949+vigress8@users.noreply.github.com>
This commit is contained in:
parent
2641ad375c
commit
f54a6b0076
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in {
|
|||
|
||||
${
|
||||
# Heavily inspired by https://stackoverflow.com/a/68523368/6259505
|
||||
pkgs.lib.concatStringsSep "\n" (map (outputName: ''
|
||||
lib.concatStringsSep "\n" (map (outputName: ''
|
||||
echo "Copying output ${outputName}"
|
||||
set -x
|
||||
cp -rs --no-preserve=mode "${
|
||||
|
|
Loading…
Reference in a new issue