replace r2 with rz
This commit is contained in:
parent
06f22fd874
commit
62f091d089
4 changed files with 7 additions and 14 deletions
|
@ -1,12 +0,0 @@
|
||||||
final: prev: {
|
|
||||||
radare2 = prev.radare2.overrideAttrs (o: {
|
|
||||||
src = prev.fetchFromGitHub {
|
|
||||||
owner = "radareorg";
|
|
||||||
repo = "radare2";
|
|
||||||
rev = "702e1c1adae8d297ce23fab71f7c6b3140d2cc39";
|
|
||||||
sha256 = "bH7/zPJ2gnNGykuphj1j4Y/UnioLg7QGTsMj63PGMqE=";
|
|
||||||
};
|
|
||||||
version = "5.2.0";
|
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
|
|
@ -7,7 +7,6 @@
|
||||||
libcxx
|
libcxx
|
||||||
git
|
git
|
||||||
gdb
|
gdb
|
||||||
radare2
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
6
profiles/pwn/default.nix
Normal file
6
profiles/pwn/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
rizin
|
||||||
|
];
|
||||||
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
system = with profiles; rec {
|
system = with profiles; rec {
|
||||||
base = [ users.mae users.root ];
|
base = [ users.mae users.root ];
|
||||||
workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents ];
|
workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn ];
|
||||||
desktop = workstation ++ [ users.mae-desk amd school three_dee ];
|
desktop = workstation ++ [ users.mae-desk amd school three_dee ];
|
||||||
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager ];
|
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue