Skip to content

chore(flake): pin nixpkgs to nixos-25.11 for fleet consistency #8

chore(flake): pin nixpkgs to nixos-25.11 for fleet consistency

chore(flake): pin nixpkgs to nixos-25.11 for fleet consistency #8

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
accept-flake-config = true
- name: Check formatting, lint, generated docs, and flake
run: nix develop --command just check
image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
accept-flake-config = true
- name: Build OCI image
run: nix build .#postgresql-18-cnpg-image