Skip to content

Commit

Permalink
Test cachix
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
  • Loading branch information
henrirosten committed Sep 15, 2023
1 parent 0b61f2f commit 0e1c821
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: nix build

on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
checks:
name: Run nix build for the selected outputs before merging
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
extra_nix_config: |
trusted-public-keys = cache.vedenemo.dev:RGHheQnb6rXGK5v9gexJZ8iWTPX6OcSeS56YeXYzOcg= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://cache.vedenemo.dev https://cache.nixos.org/
- uses: cachix/cachix-action@v12
with:
name: cachix-cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#packages.x86_64-linux.generic-x86_64-debug

0 comments on commit 0e1c821

Please sign in to comment.