added node dependency to runner env
Validate NixOS Config / validate (push) Failing after 12s

This commit is contained in:
2024-08-24 22:28:53 +00:00
parent 5e2b6ec74d
commit 02e2780853
@@ -15,8 +15,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node.js
run: nix-env -i nixpkgs.nodejs-slim
- name: Validate NixOS configuration
run: |
node --version
nix flake check
nix build .#nixosConfigurations.nixbox.config.system.build.toplevel --dry-run
env: