Move helix runtime inputs to hm extraPackages option
This commit is contained in:
parent
11e14b01f9
commit
915256aa94
8 changed files with 67 additions and 84 deletions
|
|
@ -9,6 +9,7 @@ in
|
|||
./radicle-explorer.nix
|
||||
./wshowkeys.nix
|
||||
./QQ.nix
|
||||
./helix.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
5
overlays/modifications/helix.nix
Normal file
5
overlays/modifications/helix.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
helix = outputs.packages."${system}".helix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue