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
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release-*
jobs:
flake-checks:
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release-*
jobs:
tests:
strategy:
+1 -1
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