Skip to content

Commit 1ddc1a5

Browse files
committed
fix: use commit hash for nix-eval-jobs to avoid API rate limit
1 parent cef7333 commit 1ddc1a5

2 files changed

Lines changed: 20 additions & 16 deletions

File tree

flake.lock

Lines changed: 19 additions & 15 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
@@ -20,7 +20,7 @@
2020
nix-editor.url = "github:snowfallorg/nix-editor";
2121
nix-eval-jobs.inputs.flake-parts.follows = "flake-parts";
2222
nix-eval-jobs.inputs.treefmt-nix.follows = "treefmt-nix";
23-
nix-eval-jobs.url = "github:jfroche/nix-eval-jobs/fix-warnings";
23+
nix-eval-jobs.url = "github:jfroche/nix-eval-jobs/643e2ee809cf9131a1bea239e250a719f8723010";
2424
nix2container.inputs.nixpkgs.follows = "nixpkgs";
2525
nix2container.url = "github:nlewo/nix2container";
2626
# Pin to a specific nixpkgs version that has compatible v8 and curl versions

0 commit comments

Comments
 (0)