flake: fix pwndbg
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
let
|
||||
unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) { };
|
||||
# TODO: Add github:pwndbg/pwndbg
|
||||
in { pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
@@ -48,7 +49,6 @@ in { pkgs ? import <nixpkgs> {} }:
|
||||
# stegsolve
|
||||
gdb
|
||||
metasploit
|
||||
pwndbg
|
||||
pwninit
|
||||
ropgadget
|
||||
sage
|
||||
@@ -56,5 +56,4 @@ in { pkgs ? import <nixpkgs> {} }:
|
||||
tcpdump
|
||||
wireshark
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user