mirror of
https://github.com/Noratrieb/tls.git
synced 2026-01-14 16:45:02 +01:00
make progress
This commit is contained in:
parent
b4faf77116
commit
eea717987d
11 changed files with 574 additions and 343 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
|
||||
];
|
||||
RUST_BACKTRACE = 1;
|
||||
packages = (with pkgs; [
|
||||
wireshark
|
||||
]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue