update toaster to unstable
This commit is contained in:
parent
b729d2f7d9
commit
0c8d583aca
7 changed files with 51 additions and 116 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue