Skip to content

Commit

Permalink
Merge pull request #119 from tomeon/nixos-module
Browse files Browse the repository at this point in the history
Add NixOS module
  • Loading branch information
tomeon committed Sep 17, 2023
2 parents c5482eb + 3e19db6 commit df7aa8d
Show file tree
Hide file tree
Showing 7 changed files with 1,159 additions and 22 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
apt-get -y update
apt-get -y install python3 sipcalc
run: ./run-tests
nixos:
name: Run NixOS system tests
flake:
name: Run Nix flake checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
system-features = benchmark big-parallel kvm nixos-test uid-range
- name: run system tests
run: make nixos-test
- name: run flake checks
run: nix flake check -L
Loading

0 comments on commit df7aa8d

Please sign in to comment.