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 7422f7a4c5
+2 -1
View File
@@ -19,9 +19,10 @@ jobs:
- name: Debug environment
run: |
echo $PATH
nix-shell -p nix nodejs-slim which
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