mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -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.tsm.packages.${pkgs.system}.default
|
||||||
inputs.hyprman.packages.${pkgs.system}.default
|
inputs.hyprman.packages.${pkgs.system}.default
|
||||||
|
|
||||||
inputs.roc.packages.${pkgs.system}.full
|
inputs.roc.packages.${pkgs.system}.full # cli + lang_server
|
||||||
inputs.roc.packages.${pkgs.system}.lang-server
|
|
||||||
|
|
||||||
inputs.zls.outputs.packages.${pkgs.system}.default
|
inputs.zls.outputs.packages.${pkgs.system}.default
|
||||||
inputs.zig2nix.outputs.packages.${pkgs.system}.zig.master.bin
|
inputs.zig2nix.outputs.packages.${pkgs.system}.zig.master.bin
|
||||||
|
|
|
@ -13,8 +13,7 @@ in
|
||||||
{
|
{
|
||||||
config = mkIfIn "roc" cfg {
|
config = mkIfIn "roc" cfg {
|
||||||
environment.systemPackages = with rocPkgs; [
|
environment.systemPackages = with rocPkgs; [
|
||||||
full
|
full # cli + lang_server
|
||||||
lang-server
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue