Skip to content

🤖 [REFERENCE]: Bump serde_json from 1.0.113 to 1.0.114 in /dots-manager #8

🤖 [REFERENCE]: Bump serde_json from 1.0.113 to 1.0.114 in /dots-manager

🤖 [REFERENCE]: Bump serde_json from 1.0.113 to 1.0.114 in /dots-manager #8

Workflow file for this run

name: "tests are"
on:
pull_request:
push:
workflow_run:
workflows: ["update flakes"]
types: [completed]
branches: [main]
jobs:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# dont' use runner since check won't run if it fails.
- uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
experimental-features = nix-command flakes
- run: |
echo -en "$(jq -r 'del(.nodes.root.inputs.sensitive) | del(.nodes.sensitive)' flake.lock)" > flake.lock
echo -en "$(jq -r 'del(.nodes.root.inputs."dots-manager") | del(.nodes."dots-manager")' flake.lock)" > flake.lock
nix flake check .