summaryrefslogtreecommitdiff
path: root/modules/devtools.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devtools.nix')
-rw-r--r--modules/devtools.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/modules/devtools.nix b/modules/devtools.nix
index 8288862..a003e6e 100644
--- a/modules/devtools.nix
+++ b/modules/devtools.nix
@@ -1,8 +1,5 @@
{
pkgs,
- inputs,
- config,
- lib,
...
}:
{
@@ -16,11 +13,6 @@
kikit-library
];
};
-
- # binwalk v3 on 24.11
- sys_ver = config.system.nixos.release;
- unstablepkgs = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
- binwalkv3 = if lib.versionOlder "25.05" sys_ver then binwalk else unstablepkgs.binwalk;
in
[
# general
@@ -29,7 +21,7 @@
gef
gdb
binutils
- binwalkv3
+ binwalk
clang
clang-tools
direnv
@@ -41,7 +33,7 @@
kikit
freecad-wayland
imhex
- python313Full
+ python3Full
nixfmt-rfc-style
treefmt
android-tools