1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: update flake

This commit is contained in:
oddlama 2024-07-12 00:38:17 +02:00
parent 36c011b89b
commit 911f2954c6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 58 additions and 524 deletions

View file

@ -23,8 +23,8 @@
'';
});
in {
home.packages = [
pwndbgWithDebuginfod
home.packages = builtins.trace "WARN: reenable pwndbg later!" [
#pwndbgWithDebuginfod
pkgs.hotspot
];