Skip to content

Commit 8c4c64a

Browse files
jfrocheyvan-sraka
authored andcommitted
Update nix-eval-jobs
Our changes were merged upstream, so we can now track the original repository again.
1 parent 4cb2adb commit 8c4c64a

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

flake.lock

Lines changed: 17 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
git-hooks.inputs.nixpkgs.follows = "nixpkgs";
2929
nixpkgs-go124.url = "github:Nixos/nixpkgs/d2ac4dfa61fba987a84a0a81555da57ae0b9a2b0";
3030
nixpkgs-pgbackrest.url = "github:nixos/nixpkgs/nixos-unstable-small";
31-
nix-eval-jobs.url = "github:jfroche/nix-eval-jobs/show-required-system-features";
31+
nix-eval-jobs.url = "github:nix-community/nix-eval-jobs";
3232
};
3333

3434
outputs =

nix/packages/github-matrix/github_matrix.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def build_nix_eval_command(max_workers: int, flake_outputs: List[str]) -> List[s
8686
"--check-cache-status",
8787
"--force-recurse",
8888
"--quiet",
89-
"--show-required-system-features",
9089
"--option",
9190
"eval-cache",
9291
"false",

0 commit comments

Comments
 (0)