added missing dependency
Validate NixOS Config / validate (push) Failing after 1m57s

This commit is contained in:
2024-08-24 23:18:32 +00:00
parent 25d0458af1
commit a922b84861
+4 -1
View File
@@ -13,7 +13,10 @@ jobs:
runs-on: nixos # This assumes you have a runner with the "flakes-action" label runs-on: nixos # This assumes you have a runner with the "flakes-action" label
steps: steps:
- name: Install Node.js - name: Install Node.js
run: nix-env -i nixpkgs.nodejs-slim run: |
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
nix-channel --update
nix-env -i nodejs-slim
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3