Skip to content

Commit

Permalink
build: update flake + add neovim-with-rocks derivation for testing (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Jun 9, 2024
1 parent cf0c9e5 commit 4bc4a22
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 253 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- uses: DeterminateSystems/nix-installer-action@v10
- uses: cachix/cachix-action@v12
with:
name: neorocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand All @@ -18,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- uses: DeterminateSystems/nix-installer-action@v10
- uses: cachix/cachix-action@v12
with:
name: neorocks
Expand Down
Loading

0 comments on commit 4bc4a22

Please sign in to comment.