forked from DGNum/colmena
flake.nix: Update nixpkgs, remove nix-eval-jobs
This commit is contained in:
parent
bf6b88867d
commit
b7262f6781
4 changed files with 5 additions and 48 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue