This commit is contained in:
@@ -15,8 +15,12 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install Node.js
|
||||||
|
run: nix-env -i nixpkgs.nodejs-slim
|
||||||
|
|
||||||
- name: Validate NixOS configuration
|
- name: Validate NixOS configuration
|
||||||
run: |
|
run: |
|
||||||
|
node --version
|
||||||
nix flake check
|
nix flake check
|
||||||
nix build .#nixosConfigurations.nixbox.config.system.build.toplevel --dry-run
|
nix build .#nixosConfigurations.nixbox.config.system.build.toplevel --dry-run
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user