switched back to docker container
Validate NixOS Config / validate (push) Failing after 11s

This commit is contained in:
2024-08-25 14:15:27 +00:00
parent dbcff150c4
commit b86344b4a6
+6 -2
View File
@@ -11,19 +11,23 @@ on:
jobs: jobs:
validate: validate:
runs-on: native runs-on: nixos
steps: steps:
- name: Debug environment - name: Debug environment
run: | run: |
echo $PATH echo $PATH
which nix || echo "Nix not found" which nix || echo "Nix not found"
which node || echo "node not found"
nix-shell -p nix nodejs-slim
which nix || echo "Nix not found"
which node || echo "node not found"
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Validate NixOS configuration - name: Validate NixOS configuration
run: | run: |
node --version
nix flake check nix flake check
nix build .#nixosConfigurations.nixbox.config.system.build.toplevel --dry-run nix build .#nixosConfigurations.nixbox.config.system.build.toplevel --dry-run
env: env: