remove helix from overlay for saving space of remote server

This commit is contained in:
ulic-youthlic 2025-02-27 04:17:36 +08:00
parent bfbd80ea67
commit 680d4ab62f
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 2 additions and 14 deletions

View file

@ -1,12 +0,0 @@
{
outputs,
...
}:
final: prev:
let
inherit (final) stdenv;
inherit (stdenv.hostPlatform) system;
in
{
helix = outputs.packages."${system}".helix;
}