Files
spotdl-auto/shell.nix
2025-11-21 21:33:29 +02:00

10 lines
127 B
Nix

with (import <nixpkgs> {});
mkShell {
buildInputs = with pkgs; [
bpftrace
tcpdump
conntrack-tools
];
shellHook = "";
}