Files
itc.betriebssysteme/shell.nix

12 lines
138 B
Nix
Raw Normal View History

2025-10-20 09:40:01 +02:00
with import <nixpkgs> {};
mkShell {
packages = [
gnumake
libgcc
bsd-finger
];
shellHook = ''
'';
}