Skip to content

configure sops

configure sops #66

Workflow file for this run

name: Check systems buildability
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-22.04
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Check flake
run: nix flake check .#