forked from lix-project/nix-eval-jobs
Fix build input not taken into account in mkVariant
This commit is contained in:
parent
be77b8ea17
commit
6296952c9f
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@
|
|||
|
||||
checks =
|
||||
let
|
||||
mkVariant = nix: packages.nix-eval-jobs.overrideAttrs (_: {
|
||||
mkVariant = nix: (packages.nix-eval-jobs.override {
|
||||
inherit nix;
|
||||
}).overrideAttrs (_: {
|
||||
name = "nix-eval-jobs-${nix.version}";
|
||||
inherit (nix) version;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue