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

View File

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