Skip to content

build(deps): bump nixpkgs from 9e92285 to 31cd72f #9

build(deps): bump nixpkgs from 9e92285 to 31cd72f

build(deps): bump nixpkgs from 9e92285 to 31cd72f #9

Workflow file for this run

name: nix
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
- name: Check flake
run: nix flake check --print-build-logs
- name: Build package
run: nix build --print-build-logs .#gem