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 19f1423 commit dec7170
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-hds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,12 @@ jobs:
# 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 +e
set +eE +o pipefail
set -x
sudo launchctl stop system/org.nixos.nix-daemon
sudo pkill -9 nix-daemon
sudo launchctl start system/org.nixos.nix-daemon
exit 0
)
sudo pgrep nix-daemon
else
Expand Down

0 comments on commit dec7170

Please sign in to comment.