Skip to content

chore: drop sops

chore: drop sops #272

Workflow file for this run

env:
NIX_CONFIG: "accept-flake-config = true"
jobs:
check:
"runs-on": "ubuntu-latest"
steps:
- uses: "actions/[email protected]"
- uses: "DeterminateSystems/flake-checker-action@v7"
- uses: "DeterminateSystems/nix-installer-action@v11"
- uses: "DeterminateSystems/magic-nix-cache-action@v6"
- run: "nix flake check --show-trace"
name: check
'on':
push:
paths:
- "**.nix"
- "**.lock"