Skip to content

Commit

Permalink
nixgl: reference lib directly
Browse files Browse the repository at this point in the history
Co-authored-by: V. <150687949+vigress8@users.noreply.github.com>
  • Loading branch information
2 people authored and rycee committed Oct 25, 2024
1 parent d0c036c commit 7dee0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/misc/nixgl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 "${
Expand Down

0 comments on commit 7dee0dc

Please sign in to comment.