Files
itc.betriebssysteme/shell.nix
2025-12-01 11:43:22 +01:00

13 lines
172 B
Nix

with import <nixpkgs> {};
mkShell {
packages = [
gnumake
libgcc
llvmPackages_20.clang-tools
bsd-finger
];
shellHook = ''
'';
}