Skip to content

fix: nixpkgs - 23-11 compatibilty #10

fix: nixpkgs - 23-11 compatibilty

fix: nixpkgs - 23-11 compatibilty #10

Workflow file for this run

name: Compile
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-21.05
- run: nix-build -E 'with import <nixpkgs> {}; callPackage ./. {}'