testing something
Validate NixOS Config / validate (push) Failing after 1m56s

This commit is contained in:
2024-08-25 15:01:51 +00:00
parent bae3b0fb4c
commit 87fbb10ec6
+3 -3
View File
@@ -18,10 +18,10 @@ jobs:
steps:
- name: Debug environment
run: |
echo $PATH
nix-shell -p nix nodejs-slim which
which nix || echo "Nix not found"
nix-shell -p nix nodejs-slim which iputils
which nix || echo "nix not found"
which node || echo "node not found"
ping -c 5 google.de
- name: Checkout repository