nixos/overlays/additions/editor-runtime.nix

8 lines
143 B
Nix

{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in
{
inherit (outputs.packages.${system}) editor-runtime;
}