upd ci config
Validate NixOS Config / validate (push) Failing after 1m57s

This commit is contained in:
2024-08-24 23:41:44 +00:00
parent a922b84861
commit 28f803a37a
@@ -11,6 +11,9 @@ on:
jobs: jobs:
validate: validate:
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
container:
image: nixpkgs/nix-flakes
options: --network host
steps: steps:
- name: Install Node.js - name: Install Node.js
run: | run: |