Skip to content

chore(deps): Bump rustls-webpki from 0.103.12 to 0.103.13 #1582

chore(deps): Bump rustls-webpki from 0.103.12 to 0.103.13

chore(deps): Bump rustls-webpki from 0.103.12 to 0.103.13 #1582

Workflow file for this run

name: "Nix"
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
flake:
name: "Flake"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v17
with:
name: sierrasoftworks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: nix-community
- run: nix build .#
- run: nix flake check