This commit is contained in:
2025-07-20 23:34:20 +09:00
parent 6419eea895
commit 5c502f633c
3 changed files with 12 additions and 1 deletions

BIN
bin/rz-pm Executable file

Binary file not shown.

View File

@@ -3,6 +3,10 @@
{ config, lib, pkgs, inputs, ... }: { config, lib, pkgs, inputs, ... }:
let
myRizin = pkgs.rizin.passthru.withPlugins
(plugins: [ plugins.jsdec plugins.rz-ghidra ]);
in
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
@@ -87,6 +91,7 @@
libglvnd libglvnd
libGL libGL
openal openal
myRizin
inputs.helix.packages."${pkgs.system}".helix inputs.helix.packages."${pkgs.system}".helix
]; ];

View File

@@ -12,16 +12,20 @@ with pkgs; [
ghidra-bin ghidra-bin
uv uv
unityhub unityhub
python313Packages.r2pipe
python312Packages.r2pipe
python312Packages.pip
nodejs nodejs
go go
ninja
binwalk binwalk
dotnet-sdk_9 dotnet-sdk_9
csharp-ls csharp-ls
gcc gcc
cmake cmake
gnumake gnumake
ninja
graalvmPackages.graalvm-ce graalvmPackages.graalvm-ce
meson
pnpm pnpm
rustup rustup
go-task go-task
@@ -30,7 +34,9 @@ with pkgs; [
k3s k3s
kind kind
podman-compose podman-compose
cutter
ghc ghc
nasm
haskellPackages.stack haskellPackages.stack
haskellPackages.hpack haskellPackages.hpack
haskellPackages.cabal-install haskellPackages.cabal-install