Merge pull request #137 from nix-community/ci

Ci
This commit is contained in:
Jörg Thalheim 2022-10-31 07:18:16 +01:00 committed by GitHub
commit 8f0c1c8d3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release-*
jobs:
flake-checks:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release-*
jobs:
tests:
strategy:

View file

@ -17,7 +17,7 @@ let
in
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "0.0.1";
version = "2.11.0";
src = if srcDir == null then filterMesonBuild ./. else srcDir;
buildInputs = [
nlohmann_json