From fe197c3798165fb2cae768bc2cc7a18775240237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 9 May 2024 11:58:53 +0200 Subject: [PATCH] wip: try new nixpkgs branch --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 7d21ad0..0ac6c0d 100644 --- a/flake.lock +++ b/flake.lock @@ -20,16 +20,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1714562304, - "narHash": "sha256-Mr3U37Rh6tH0FbaDFu0aZDwk9mPAe7ASaqDOGgLqqLU=", - "owner": "NixOS", + "lastModified": 1715759127, + "narHash": "sha256-CPXMxDla11G+sSIt3rqA3DNy4o8b/OMvnSAgR97p6zc=", + "owner": "Mic92", "repo": "nixpkgs", - "rev": "bcd44e224fd68ce7d269b4f44d24c2220fd821e7", + "rev": "527b37c5bd15d54b03b70e0ce385aee9e863467b", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", + "owner": "Mic92", + "ref": "nix-eval-jobs", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 29f070e..3e26631 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Evaluate and build in parallel"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:Mic92/nixpkgs/nix-eval-jobs"; flake-parts.url = "github:hercules-ci/flake-parts"; treefmt-nix.url = "github:numtide/treefmt-nix";