testing something
Validate NixOS Config / validate (push) Failing after 11s

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