flake.nix: Let's just patch the nix-eval-jobs in nixpkgs
Anything that links against Nix feels so fragile *shrugs*
This commit is contained in:
parent
f3aba244f5
commit
e7d4792634
3 changed files with 16 additions and 46 deletions
|
@ -2,7 +2,13 @@ let
|
|||
flake = (import ../flake-compat.nix).defaultNix;
|
||||
in import flake.inputs.stable.outPath {
|
||||
overlays = [
|
||||
flake._evalJobsOverlay
|
||||
flake.overlay
|
||||
|
||||
# Our nix-eval-jobs patch cannot be applied to 0.0.1
|
||||
(final: prev: {
|
||||
colmena = prev.colmena.override {
|
||||
nix-eval-jobs = null;
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue