about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSvein Ove Aas <svein@google.com>2018-11-17 21:27:52 +0000
committerRenaud <c0bw3b@users.noreply.github.com>2018-11-17 22:27:52 +0100
commita88fcebc6f5e22b0db5a4fc75378dabd2560a3fe (patch)
treef900cc8e614b8b44aca506b1569694d74d157c32 /pkgs/top-level
parent1156427ac06b017c5589d2661c9a55032f705e3f (diff)
downloadnixlib-a88fcebc6f5e22b0db5a4fc75378dabd2560a3fe.tar
nixlib-a88fcebc6f5e22b0db5a4fc75378dabd2560a3fe.tar.gz
nixlib-a88fcebc6f5e22b0db5a4fc75378dabd2560a3fe.tar.bz2
nixlib-a88fcebc6f5e22b0db5a4fc75378dabd2560a3fe.tar.lz
nixlib-a88fcebc6f5e22b0db5a4fc75378dabd2560a3fe.tar.xz
nixlib-a88fcebc6f5e22b0db5a4fc75378dabd2560a3fe.tar.zst
nixlib-a88fcebc6f5e22b0db5a4fc75378dabd2560a3fe.zip
speedometer: init at 2.8 (#33627)
* speedometer: init at 2.8
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b99289fb88e8..96cd87472141 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -14965,6 +14965,8 @@ with pkgs;
 
   smem = callPackage ../os-specific/linux/smem { };
 
+  speedometer = callPackage ../os-specific/linux/speedometer { };
+
   statifier = callPackage ../os-specific/linux/statifier { };
 
   sysdig = callPackage ../os-specific/linux/sysdig {