mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 14:13:14 -06:00
13 lines
135 B
Nix
13 lines
135 B
Nix
|
{
|
||
|
inputs,
|
||
|
pkgs,
|
||
|
...
|
||
|
}: {
|
||
|
environment.systemPackages = with pkgs; [
|
||
|
# language supports
|
||
|
nodejs
|
||
|
go
|
||
|
rustup
|
||
|
];
|
||
|
}
|