Skip to content

Bump serde_json from 1.0.105 to 1.0.107 #258

Bump serde_json from 1.0.105 to 1.0.107

Bump serde_json from 1.0.105 to 1.0.107 #258

Workflow file for this run

name: "Nix Flake CI"
on:
pull_request:
push:
branches:
- 'main'
jobs:
tests:
name: Nix Flake Build & Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Build the default flake output
run: nix build
- name: Check the flake outputs
run: nix flake check
- name: Check the flake's formatting
run: nix develop --command nixpkgs-fmt --check flake.nix