diff --git a/flake.nix b/flake.nix index 8b38a3a..a29ce2d 100644 --- a/flake.nix +++ b/flake.nix @@ -83,6 +83,8 @@ # For tauri app development "cocoapods" "google-chrome" + # Wireshark for network debugging of my custom Pi Pico DHCP server + # "wireshark" ]; # Tell nix wher the home directory is for hom manager diff --git a/home.nix b/home.nix index 0b84a58..e214615 100644 --- a/home.nix +++ b/home.nix @@ -17,8 +17,8 @@ pkgs.probe-rs # Cloudflared for tunneling local development services to other devices pkgs.cloudflared - # Wireshark for network debugging of my custom Pi Pico DHCP server - pkgs.wireshark + # libcrux Rust cate needs this for building + pkgs.cmake ]; };