Skip to content

Merge branch 'main' of github.com:Lehmanator/resume.nix #9

Merge branch 'main' of github.com:Lehmanator/resume.nix

Merge branch 'main' of github.com:Lehmanator/resume.nix #9

Workflow file for this run

name: "Cachix Magic Nix Build Cache"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- run: nix build
- run: nix shell --command "echo OK"