nasm
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user