1
0
Fork 0
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:
Mel Bourgeois 2024-07-01 15:42:10 -05:00 committed by Robert Helgesson
parent d0c036ca49
commit 7dee0dc8f0
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -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 "${