about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-03-06 09:00:20 -0800
committerFranck Cuny <fcuny@roblox.com>2024-03-06 09:00:20 -0800
commit80ac187a8df4f6d500eed135d215e5dc933dd94e (patch)
treeef00c9ab9d80676f8728a9de902a8085edbbd895 /nix
parentenable copilot for vscode (diff)
downloadworld-80ac187a8df4f6d500eed135d215e5dc933dd94e.tar.gz
install seqstat on the work profile
Diffstat (limited to 'nix')
-rw-r--r--nix/profiles/home-manager/work.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nix/profiles/home-manager/work.nix b/nix/profiles/home-manager/work.nix
index 3a913ea..4933865 100644
--- a/nix/profiles/home-manager/work.nix
+++ b/nix/profiles/home-manager/work.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }: {
+{ self, pkgs, ... }: {
 
   home.stateVersion = "23.05";
 
@@ -33,6 +33,8 @@
     nixfmt
     nixpkgs-fmt
     rnix-lsp
+
+    self.packages.${pkgs.system}.seqstat
   ];
 
   home.sessionVariables = {