mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-16 16:20:48 +00:00
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:
parent
64f706b538
commit
9114ec3fb3
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user