diff options
author | Vincent Ambo <mail@tazj.in> | 2020-07-13T16·20+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-07-13T17·56+0000 |
commit | f808afc89c1554bcac00c0e9ef8a753a0d662705 (patch) | |
tree | 55834bc47e79fbd3f847f0bdfb4f2facdb921b23 /users/tazjin/nixos/frog | |
parent | f70afe61a4d4792fafd54e83dd80cfe7856836ed (diff) |
feat(tazjin/frog): Install patched rr r/1274
Frog has a ThreadRipper, and rr won't run at all without this patch. Change-Id: Ie7e7c3567fb395ef8e7cd23061f099f91c7882ed Reviewed-on: https://cl.tvl.fyi/c/depot/+/1130 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'users/tazjin/nixos/frog')
-rw-r--r-- | users/tazjin/nixos/frog/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix index 0856b20ae8be..8dc75a217417 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -215,6 +215,7 @@ in depot.lib.fix(self: { third_party.ffmpeg third_party.git third_party.lutris + third_party.rr tools.nsfv-setup ]) ++ @@ -233,6 +234,7 @@ in depot.lib.fix(self: { exa fd file + gdb gnupg go google-chrome @@ -262,7 +264,6 @@ in depot.lib.fix(self: { pmutils pwgen ripgrep - rr rustup scrot spotify |