mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +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:
|
install-nix:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sudo bash -s -- install --no-confirm
|
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
|
# Uninstall Nix
|
||||||
remove-nix:
|
remove-nix:
|
||||||
|
@ -31,11 +31,6 @@ install-corectrl:
|
|||||||
install-nix:
|
install-nix:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sudo bash -s -- install --no-confirm
|
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
|
# Uninstall Nix
|
||||||
remove-nix:
|
remove-nix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user