flake: fix pwndbg

This commit is contained in:
2026-02-20 17:47:26 +01:00
parent 4e93e8dc04
commit 42d69bb8c5
6 changed files with 114 additions and 16 deletions

View File

@@ -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
];
}