[NixOS] Fix executable permission

This commit is contained in:
2024-12-31 02:18:01 -07:00
parent 24c5bb3ec6
commit b681e4b5b4

View File

@@ -9,6 +9,7 @@ final: prev:
set +e set +e
$tools/bin/.nvidia-cdi-hook-wrapped "\$@" || true $tools/bin/.nvidia-cdi-hook-wrapped "\$@" || true
EOF EOF
chmod +x $tools/bin/nvidia-cdi-hook
''; '';
}); });
runc = final.stdenv.mkDerivation { runc = final.stdenv.mkDerivation {