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