actually expose the binary as package

This commit is contained in:
Charlotte 🦝 Delenk 2022-03-05 21:48:08 +01:00
parent 34c1240c31
commit ca73ee39cd
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -32,7 +32,7 @@
};
in
rec {
packages = git-mit.workspace;
hydraJobs = packages;
packages = map (f: (f { }).bin) git-mit.workspace;
hydraJobs = git-mit;
});
}