Skip to content

Commit

Permalink
fixup! use flake inptus for holo-nixpkgs and nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Sep 5, 2024
1 parent dec7170 commit 59754ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-hds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,17 @@ jobs:
sudo launchctl debug system/org.nixos.nix-daemon --environment NIX_GITHUB_PRIVATE_USERNAME=$NIX_GITHUB_PRIVATE_USERNAME NIX_GITHUB_PRIVATE_PASSWORD=$NIX_GITHUB_PRIVATE_PASSWORD
# debug whether the nix-daemon PID changes before and after as a restart of it is required for the changes to take effect
sudo pgrep nix-daemon
(
set +eE +o pipefail
set -x
sudo pgrep nix-daemon
sudo launchctl stop system/org.nixos.nix-daemon
sudo pkill -9 nix-daemon
sudo launchctl start system/org.nixos.nix-daemon
sudo pgrep nix-daemon
exit 0
)
sudo pgrep nix-daemon
else
echo Unsupported system
exit 1
Expand Down

0 comments on commit 59754ba

Please sign in to comment.