network sensor

This commit is contained in:
Robin Appelman 2023-05-03 21:56:40 +02:00
commit f06b8ab698
5 changed files with 495 additions and 423 deletions

View file

@ -34,7 +34,7 @@
# `nix develop`
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [rustc cargo bacon];
nativeBuildInputs = with pkgs; [cargo bacon];
};
})
// {