fix: formatting
This commit is contained in:
parent
1f3f080d27
commit
43a0bf764d
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
{
|
||||
name = "NIX_LD_LIBRARY_PATH";
|
||||
eval = "$PWD/:\${NIX_LD_LIBRARY_PATH-""}";
|
||||
eval = "$PWD/:\${NIX_LD_LIBRARY_PATH-\"\"}";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
@ -24,9 +24,13 @@
|
|||
help = "The nix formatter";
|
||||
}
|
||||
{
|
||||
package = (python3.withPackages(ps: with ps; [pwntools]));
|
||||
package = python3.withPackages (ps: with ps; [pwntools]);
|
||||
help = "python with pwntools";
|
||||
}
|
||||
{
|
||||
package = ghidra;
|
||||
help = "Decompiler";
|
||||
}
|
||||
];
|
||||
|
||||
env = [
|
||||
|
|
Loading…
Reference in a new issue