This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user