Skip to content

use lib.getExe instead of manual /bin hardcoding #13

use lib.getExe instead of manual /bin hardcoding

use lib.getExe instead of manual /bin hardcoding #13

name: Check NixOS config
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2 # failsafe in case stuff starts to download; it should take much longer than 2 minutes to fully download everything
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
with:
extra_nix_config: |
experimental-features = nix-command flakes
- name: Build NixOS Configurations
run: |
nix develop .#ci --command sh -c "just ci"