mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
92 current 2024-04-26 22:00:01 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
05b2f9311c
commit
d5b28f232a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue