Skip to content

Setup impermanence on top of ZFS #205

Setup impermanence on top of ZFS

Setup impermanence on top of ZFS #205

Workflow file for this run

---
name: NixOS configuration
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v25
- name: Install Cachix
uses: cachix/cachix-action@v14
with:
name: pdalpra
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v3
- name: Build NixOS configuration
run: nix build ".#nixosConfigurations.vm.config.system.build.toplevel"