Files
itc.betriebssysteme/shell.nix
2025-10-20 09:40:01 +02:00

12 lines
138 B
Nix

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