mirror of
https://github.com/zoriya/home-manager.git
synced 2026-06-01 18:17:49 +00:00
nixgl: reference lib directly
Co-authored-by: V. <150687949+vigress8@users.noreply.github.com>
This commit is contained in:
committed by
Robert Helgesson
parent
d0c036ca49
commit
7dee0dc8f0
@@ -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 "${
|
||||
|
||||
Reference in New Issue
Block a user