fix task order
Validate NixOS Config / validate (push) Failing after 11s

This commit is contained in:
2024-08-24 22:31:51 +00:00
parent 02e2780853
commit 25d0458af1
+3 -2
View File
@@ -12,11 +12,12 @@ jobs:
validate:
runs-on: nixos # This assumes you have a runner with the "flakes-action" label
steps:
- name: Install Node.js
run: nix-env -i nixpkgs.nodejs-slim
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node.js
run: nix-env -i nixpkgs.nodejs-slim
- name: Validate NixOS configuration
run: |