This commit is contained in:
caandt 2024-12-20 13:16:18 -05:00
parent 27ff41dff0
commit 26093e6884

View file

@ -95,6 +95,19 @@
ghidra-bin ghidra-bin
pwninit pwninit
patchelf patchelf
(let base = pkgs.appimageTools.defaultFhsEnvArgs; in
pkgs.buildFHSUserEnv (base // {
name = "fhs";
targetPkgs = pkgs:
(base.targetPkgs pkgs) ++ (with pkgs; [
pkg-config
ncurses
]
);
profile = "export FHS=1";
runScript = "bash";
extraOutputsToInstall = ["dev"];
}))
]; ];
home.stateVersion = "24.05"; home.stateVersion = "24.05";
} }