mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
only need roc-full
This commit is contained in:
parent
97084f9c08
commit
9b9c710f4b
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -13,8 +13,7 @@ in
|
|||
{
|
||||
config = mkIfIn "roc" cfg {
|
||||
environment.systemPackages = with rocPkgs; [
|
||||
full
|
||||
lang-server
|
||||
full # cli + lang_server
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue