nixos-desktop/2025-2026-02.nix
2026-02-11 15:11:08 +01:00

18 lines
192 B
Nix

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