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