flake: add nix-eval-jobs as input

(cherry picked from commit 684cc50d86608cccf7500ce00af89ea34c488473)
This commit is contained in:
Pierre Bourdon
2024-07-16 04:01:14 +02:00
committed by John Ericson
parent 5100b85537
commit 0c9726af59
2 changed files with 73 additions and 0 deletions

View File

@ -8,6 +8,9 @@
inputs.nix.inputs.nixpkgs.follows = "nixpkgs";
inputs.nix.inputs.libgit2.follows = "libgit2";
inputs.nix-eval-jobs.url = "github:nix-community/nix-eval-jobs/release-2.24";
inputs.nix-eval-jobs.inputs.nixpkgs.follows = "nixpkgs";
# hide nix dev tooling from our lock file
inputs.nix.inputs.flake-parts.follows = "";
inputs.nix.inputs.git-hooks-nix.follows = "";
@ -15,6 +18,9 @@
inputs.nix.inputs.nixpkgs-23-11.follows = "";
inputs.nix.inputs.flake-compat.follows = "";
# hide nix-eval-jobs dev tooling from our lock file
inputs.nix-eval-jobs.inputs.nix-github-actions.follows = "";
outputs = { self, nixpkgs, nix, ... }:
let
systems = [ "x86_64-linux" "aarch64-linux" ];