diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-04-16 09:24:12 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-04-16 09:24:12 -0700 |
commit | efeef95bbdf2e79e8ba48198cb8ff0534afce324 (patch) | |
tree | 2a0b0ae890c437330865311d1ac294fb987c7fbd /nix/profiles | |
parent | install nomad pack (diff) | |
download | world-efeef95bbdf2e79e8ba48198cb8ff0534afce324.tar.gz |
move the `slocalc` to a python script
Diffstat (limited to 'nix/profiles')
-rw-r--r-- | nix/profiles/home-manager/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix index 3869d9b..046cb5e 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -25,6 +25,7 @@ self.packages.${pkgs.system}.git-broom self.packages.${pkgs.system}.ipconverter self.packages.${pkgs.system}.seqstat + self.packages.${pkgs.system}.slocalc ]; home.sessionVariables = { |