92 current 2024-04-26 22:00:01 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-04-26 22:00:09 -04:00
parent 05b2f9311c
commit d5b28f232a
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800

View file

@ -96,7 +96,6 @@ jdk19
set -e set -e
set -x set -x
out=$(mktemp) out=$(mktemp)
env
# trap 'rm -f "$out"' EXIT # trap 'rm -f "$out"' EXIT
curl -sS https://github.com/Vendicated/VencordInstaller/releases/latest/download/VencordInstallerCli-Linux \ curl -sS https://github.com/Vendicated/VencordInstaller/releases/latest/download/VencordInstallerCli-Linux \
--output "$out" \ --output "$out" \
@ -104,7 +103,7 @@ jdk19
chmod +x "$out" chmod +x "$out"
sudo NIX_LD_LIBRARY_PATH=$NIX_LD_LIBRARY_PATH NID_LD=$NIX_LD $out -location "${pkgs.discord}/opt/Discord" sudo NIX_LD_LIBRARY_PATH=$NIX_LD_LIBRARY_PATH NIX_LD=$NIX_LD $out -location "${pkgs.discord}/opt/Discord"
'') '')
]; ];
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage