actually expose the binary as package
This commit is contained in:
parent
34c1240c31
commit
ca73ee39cd
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
in
|
||||
rec {
|
||||
packages = git-mit.workspace;
|
||||
hydraJobs = packages;
|
||||
packages = map (f: (f { }).bin) git-mit.workspace;
|
||||
hydraJobs = git-mit;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue