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