Move all editor runtime deps into package editor-runtime
This commit is contained in:
parent
da2860fa15
commit
6a3473813d
6 changed files with 89 additions and 71 deletions
5
overlays/additions/editor-runtime.nix
Normal file
5
overlays/additions/editor-runtime.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages.${system}) editor-runtime;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue