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 59754ba commit 1395182
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-hds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ jobs:
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
while ! sudo pgrep nix-daemon; do
echo waiting for nix-daemon
sleep 1
fi
exit 0
)
else
Expand Down

0 comments on commit 1395182

Please sign in to comment.