flake.nix: Update nixpkgs, remove nix-eval-jobs

This commit is contained in:
Zhaofeng Li 2023-01-27 23:44:41 -07:00
parent bf6b88867d
commit b7262f6781
4 changed files with 5 additions and 48 deletions

View file

@ -2,7 +2,6 @@ let
flake = (import ../flake-compat.nix).defaultNix;
in import flake.inputs.stable.outPath {
overlays = [
flake._evalJobsOverlay
flake.overlay
# Pass through original flake inputs

View file

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