Add devshell with bpftools and bpftop
This commit is contained in:
parent
2af8823f2c
commit
066d9972cc
3 changed files with 5 additions and 0 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
@ -0,0 +1 @@
|
|||
use flake
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
result
|
||||
.direnv
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
in
|
||||
{
|
||||
packages.dropworld = pkgs.callPackage ./dropworld {};
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [bpftools bpftop];
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue