shell/default: Provide meta.platforms
This commit is contained in:
parent
aa5462bf5a
commit
3fcb862933
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
{ colmena, ... }: { mkShell, system }:
|
{ colmena, ... }: { mkShell, system }:
|
||||||
|
|
||||||
mkShell {
|
let
|
||||||
packages = [ colmena.packages.${system}.colmena ];
|
inherit (colmena.packages.${system}) colmena;
|
||||||
|
in mkShell {
|
||||||
|
packages = [ colmena ];
|
||||||
|
meta = { inherit (colmena.meta) platforms; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue