Skip to content

Commit

Permalink
WIP Changes to upgrade to 9.6.x
Browse files Browse the repository at this point in the history
Adds nix CI back in.
  • Loading branch information
RaoulHC committed Mar 6, 2024
1 parent 636dc58 commit ae3a857
Show file tree
Hide file tree
Showing 7 changed files with 335 additions and 119 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/nix-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: "Flora nix check"
name: Flora nix check
on:
pull_request:
push:
branches: ["main", "development"]
jobs:
tests:
runs-on: ubuntu-latest
Expand All @@ -7,8 +11,9 @@ jobs:
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: flora-pm
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check .# -Lv --allow-import-from-derivation --fallback
- run: nix flake check .# -Lv --accept-flake-config --fallback
Loading

0 comments on commit ae3a857

Please sign in to comment.