Files
router7/shell.nix
2025-07-20 22:54:49 +02:00

12 lines
128 B
Nix

{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
packages = with pkgs; [
dnsmasq
dig
ndisc6
nftables
];
}