Skip to content

fix jdk conflict between pkgs and dependencies #6

fix jdk conflict between pkgs and dependencies

fix jdk conflict between pkgs and dependencies #6

Workflow file for this run

name: Check
on:
push:
branches:
- '*'
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: set up nixpkgs
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.05
- name: Build and check
run: nix-build nix/check.nix