nixos-desktop/2025-2026-02.nix
2026-02-11 17:28:32 +01:00

18 lines
194 B
Nix

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