diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-23T19·37+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-23T19·37+0100 |
commit | 06217f70d20309f91cbe51d214b7230ce568cccb (patch) | |
tree | 9807f0c92f75c9b58d0cec30bbea75ee9440d686 | |
parent | af762abadc65ad9b2847a1fda33b8720a8070fd8 (diff) |
feat(ops/nixos/nugget): Install rr and hyperfine r/830
-rw-r--r-- | ops/nixos/nugget/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index 6d2761deb81a..e1ed2f35258c 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -118,6 +118,7 @@ in depot.lib.fix(self: { google-cloud-sdk guile htop + hyperfine i3lock imagemagick jq @@ -136,6 +137,7 @@ in depot.lib.fix(self: { pinentry-emacs pwgen ripgrep + rr rustup sbcl scrot |