Skip to content

build(deps): bump cachix/cachix-action from 14 to 15 #338

build(deps): bump cachix/cachix-action from 14 to 15

build(deps): bump cachix/cachix-action from 14 to 15 #338

Workflow file for this run

name: "Build"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v15
with:
name: pbogdan
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: Nix Flakes build
run: nix build