remove helix from overlay for saving space of remote server
This commit is contained in:
parent
bfbd80ea67
commit
680d4ab62f
4 changed files with 2 additions and 14 deletions
|
|
@ -3,7 +3,6 @@ final: prev:
|
|||
let
|
||||
inherit (prev) lib;
|
||||
overlay-files = [
|
||||
./helix.nix
|
||||
./spotify.nix
|
||||
./niri.nix
|
||||
./ghostty.nix
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
outputs,
|
||||
...
|
||||
}:
|
||||
final: prev:
|
||||
let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
helix = outputs.packages."${system}".helix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue