nixos-desktop/2025-2026-02.nix
2026-02-18 22:22:42 +01:00

20 lines
207 B
Nix

{
config,
pkgs,
lib,
...
}:
{
environment.systemPackages = with pkgs; [
haskell.compiler.ghcHEAD
dotnet-sdk_9
netcoredbg
jdk
cmake
catch2_3
gnumake
jupyter
];
}