add ilspycli for dotnet decompilation
This commit is contained in:
parent
8a2690d48e
commit
3fffad500a
|
@ -1,6 +1,7 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
cabextract
|
cabextract
|
||||||
|
unshield
|
||||||
squashfsTools
|
squashfsTools
|
||||||
cpio
|
cpio
|
||||||
lz4
|
lz4
|
||||||
|
|
0
home/programming/editors/nano.nix
Normal file
0
home/programming/editors/nano.nix
Normal file
5
home/reversing/dotnet.nix
Normal file
5
home/reversing/dotnet.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
ilspycmd
|
||||||
|
];
|
||||||
|
}
|
|
@ -32,6 +32,7 @@
|
||||||
home.homeFolders
|
home.homeFolders
|
||||||
home.musicLibrary
|
home.musicLibrary
|
||||||
|
|
||||||
|
home.programming.editors.nano
|
||||||
home.programming.editors.vscode
|
home.programming.editors.vscode
|
||||||
home.programming.languages.rust
|
home.programming.languages.rust
|
||||||
home.programming.languages.nix
|
home.programming.languages.nix
|
||||||
|
|
Loading…
Reference in a new issue