only need roc-full

This commit is contained in:
Daylin Morgan 2024-06-17 09:49:31 -05:00
parent 97084f9c08
commit 9b9c710f4b
Signed by: daylin
GPG Key ID: 950D13E9719334AD
2 changed files with 2 additions and 4 deletions

View File

@ -12,8 +12,7 @@
inputs.tsm.packages.${pkgs.system}.default
inputs.hyprman.packages.${pkgs.system}.default
inputs.roc.packages.${pkgs.system}.full
inputs.roc.packages.${pkgs.system}.lang-server
inputs.roc.packages.${pkgs.system}.full # cli + lang_server
inputs.zls.outputs.packages.${pkgs.system}.default
inputs.zig2nix.outputs.packages.${pkgs.system}.zig.master.bin

View File

@ -13,8 +13,7 @@ in
{
config = mkIfIn "roc" cfg {
environment.systemPackages = with rocPkgs; [
full
lang-server
full # cli + lang_server
];
};
}