flake.lock: Update

All downstream patches to nix-eval-jobs have been merged and released
as part of nix-eval-jobs 0.0.4.
This commit is contained in:
Zhaofeng Li 2022-03-19 20:30:21 -07:00
parent f81170c8ee
commit 017ccf142c
3 changed files with 3 additions and 26 deletions

View file

@ -2,7 +2,6 @@ let
flake = (import ../flake-compat.nix).defaultNix;
in import flake.inputs.nixpkgs.outPath {
overlays = [
flake._evalJobsOverlay
flake.overlay
];
}