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
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