Skip to content

build(deps): bump golang.org/x/net #16

build(deps): bump golang.org/x/net

build(deps): bump golang.org/x/net #16

name: nix-flake-check
on: [ push ]
env:
NIXPKGS_ALLOW_UNFREE: 1
jobs:
check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v10
with:
name: note-maps
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix flake check