summaryrefslogtreecommitdiff
path: root/modules/devtools.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-03-18 21:34:07 +0100
committerGrisha Shipunov2025-03-18 21:34:07 +0100
commit0c8d583aca537be01ac0765c0b7e5c09a431b203 (patch)
tree52a5a734e79387953e2dab67f4f23691c9fa90c1 /modules/devtools.nix
parentb729d2f7d950207b8566dcd1c134936acdd1137f (diff)
update toaster to unstable
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