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

@ -3,7 +3,6 @@ final: prev:
let
inherit (prev) lib;
overlay-files = [
./helix.nix
./spotify.nix
./niri.nix
./ghostty.nix

View file

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