From d0cfbed29e50e279570af1e52fa27c3f1faae070 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 13 Nov 2024 21:47:26 -0500 Subject: [PATCH] TEMPORARY flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nix-eval-jobs': 'github:nix-community/nix-eval-jobs/7f9159a16584ee86eed077c8a73e845690b7d513' (2024-10-31) → 'github:Ericson2314/nix-eval-jobs/e721d7a2922b5ce4788e15e2a45f01e27fd975b3' (2024-11-14) --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index a017b687d..9848f91bd 100644 --- a/flake.lock +++ b/flake.lock @@ -77,15 +77,16 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1730389079, - "narHash": "sha256-g/CJ/KKe5MGsVx1oCBl0F9aCdcNSDeOw8H7e5QDGa2c=", - "owner": "nix-community", + "lastModified": 1731603617, + "narHash": "sha256-o54e8oNPPNmU7zHm3uTvsbbQLi7EKX3S6EEndXFG594=", + "owner": "Ericson2314", "repo": "nix-eval-jobs", - "rev": "7f9159a16584ee86eed077c8a73e845690b7d513", + "rev": "e721d7a2922b5ce4788e15e2a45f01e27fd975b3", "type": "github" }, "original": { - "owner": "nix-community", + "owner": "Ericson2314", + "ref": "ca-output-json-null", "repo": "nix-eval-jobs", "type": "github" } diff --git a/flake.nix b/flake.nix index 955047e8f..fb6d4d876 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ inputs.nix.inputs.nixpkgs.follows = "nixpkgs"; inputs.nix.inputs.libgit2.follows = "libgit2"; - inputs.nix-eval-jobs.url = "github:nix-community/nix-eval-jobs"; + inputs.nix-eval-jobs.url = "github:Ericson2314/nix-eval-jobs/ca-output-json-null"; inputs.nix-eval-jobs.inputs.nixpkgs.follows = "nixpkgs"; # hide nix dev tooling from our lock file