about summary refs log tree commit diff
path: root/users/glittershark/xanthous/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/xanthous/shell.nix')
-rw-r--r--users/glittershark/xanthous/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/xanthous/shell.nix b/users/glittershark/xanthous/shell.nix
index c30349632a..e062bf9ce1 100644
--- a/users/glittershark/xanthous/shell.nix
+++ b/users/glittershark/xanthous/shell.nix
@@ -23,7 +23,7 @@ let
     else packageSet
   );
 
-  drv = haskellPackages.callPackage pkg {};
+  drv = pkgs.haskell.lib.doBenchmark (haskellPackages.callPackage pkg {});
 
   inherit (pkgs.haskell.lib) addBuildTools;
 in