fix: removed unneeded parts of the nix installation on the justfile (#441)

* Update 60-custom.just

* Update 60-custom.just

* Update 60-custom.just
This commit is contained in:
dnkmmr 2023-10-16 10:24:53 -05:00 committed by GitHub
parent 64f706b538
commit 9114ec3fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -58,11 +58,6 @@ get-steamcmd:
install-nix:
#!/usr/bin/env bash
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sudo bash -s -- install --no-confirm
nix_systemd_file_location='/nix/var/nix/profiles/default'
sudo rm -f /etc/systemd/system/nix-daemon.service
sudo rm -f /etc/systemd/system/nix-daemon.socket
sudo cp $nix_systemd_file_location/lib/systemd/system/nix-daemon.service /etc/systemd/system/nix-daemon.service
sudo cp $nix_systemd_file_location/lib/systemd/system/nix-daemon.socket /etc/systemd/system/nix-daemon.socket
# Uninstall Nix
remove-nix:

View File

@ -31,11 +31,6 @@ install-corectrl:
install-nix:
#!/usr/bin/env bash
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sudo bash -s -- install --no-confirm
nix_systemd_file_location='/nix/var/nix/profiles/default'
sudo rm -f /etc/systemd/system/nix-daemon.service
sudo rm -f /etc/systemd/system/nix-daemon.socket
sudo cp $nix_systemd_file_location/lib/systemd/system/nix-daemon.service /etc/systemd/system/nix-daemon.service
sudo cp $nix_systemd_file_location/lib/systemd/system/nix-daemon.socket /etc/systemd/system/nix-daemon.socket
# Uninstall Nix
remove-nix: