Skip to content

chore(deps): update cachix/install-nix-action action to v31 (main) #2254

chore(deps): update cachix/install-nix-action action to v31 (main)

chore(deps): update cachix/install-nix-action action to v31 (main) #2254

Workflow file for this run

---
name: "Lint And Build Nix Flake"
on:
push:
branches:
- main
pull_request:
paths:
- "flake.nix"
- "flake.lock"
- "go.mod"
- "nix/**"
- .github/workflows/nix-ci.yaml
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix run --print-build-logs .#lint
packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build --print-build-logs .#promtail
- run: nix build --print-build-logs .#logcli
- run: nix build --print-build-logs .#loki
- run: nix build --print-build-logs .#loki-canary