mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
experiment
This commit is contained in:
parent
423ac43905
commit
636e1a26ec
@ -144,8 +144,18 @@ jobs:
|
||||
- script: |
|
||||
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
||||
echo "trusted-users = root runner" | sudo tee -a /etc/nix/nix.conf
|
||||
echo "nix: `pgrep nix-daemon`"
|
||||
sudo launchctl status org.nixos.nix-daemon
|
||||
sudo launchctl stop org.nixos.nix-daemon
|
||||
echo "nix: `pgrep nix-daemon`"
|
||||
sudo launchctl status org.nixos.nix-daemon
|
||||
sudo launchctl start org.nixos.nix-daemon
|
||||
echo "nix: `pgrep nix-daemon`"
|
||||
sudo launchctl status org.nixos.nix-daemon
|
||||
sleep 5
|
||||
echo "nix: `pgrep nix-daemon`"
|
||||
sudo launchctl status org.nixos.nix-daemon
|
||||
|
||||
nix-env -iA cachix -f https://cachix.org/api/v1/install
|
||||
cachix use autc04
|
||||
displayName: setup cachix
|
||||
|
Loading…
Reference in New Issue
Block a user