mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2026-02-03 11:55:09 +01:00
Merge branch 'fix-job-patch' into 'main'
fix: weird jobs patching See merge request TECHNOFAB/nix-gitlab-ci!15
This commit is contained in:
commit
8a752f92cf
3 changed files with 45 additions and 14 deletions
|
|
@ -646,7 +646,7 @@ in rec {
|
|||
};
|
||||
depsDrv = cilib.mkJobDeps {
|
||||
key = name;
|
||||
job = config.finalConfig;
|
||||
inherit job;
|
||||
nixConfig = config.nix;
|
||||
};
|
||||
runnerDrv = cilib.mkJobRun {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue