wip: try new nixpkgs branch

This commit is contained in:
Jörg Thalheim 2024-05-09 11:58:53 +02:00
parent e1d56dabe6
commit fe197c3798
2 changed files with 7 additions and 7 deletions

View File

@ -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"
}

View File

@ -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";