From 8a33049eb1821ed9c578eb2be53c02c498e46666 Mon Sep 17 00:00:00 2001 From: Marcus Huntemann Date: Sun, 25 Aug 2024 15:01:51 +0000 Subject: [PATCH] testing something --- .gitea/workflows/validate-nixos-config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/validate-nixos-config.yml b/.gitea/workflows/validate-nixos-config.yml index 9868539..c9f1ffa 100644 --- a/.gitea/workflows/validate-nixos-config.yml +++ b/.gitea/workflows/validate-nixos-config.yml @@ -18,10 +18,12 @@ jobs: steps: - name: Debug environment run: | - echo $PATH - nix-shell -p nix nodejs-slim which + #!/usr/bin/env nix-shell + #! nix-shell -i bash + #! 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