diff options
| author | Grisha Shipunov | 2025-03-18 21:34:07 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-03-18 21:34:07 +0100 |
| commit | 0c8d583aca537be01ac0765c0b7e5c09a431b203 (patch) | |
| tree | 52a5a734e79387953e2dab67f4f23691c9fa90c1 /modules/devtools.nix | |
| parent | b729d2f7d950207b8566dcd1c134936acdd1137f (diff) | |
update toaster to unstable
Diffstat (limited to 'modules/devtools.nix')
| -rw-r--r-- | modules/devtools.nix | 12 |
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 |
