diff options
author | Vincent Ambo <mail@tazj.in> | 2022-05-30T15·09+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-30T15·12+0000 |
commit | a3e6e8dc24176db622e285abe313be68fae63f46 (patch) | |
tree | 9bbfe74560eb94e200672e53425a7f77ff1544a3 /users/tazjin | |
parent | 4b830207da49b45d085d7da7fe70d1ed9e84a537 (diff) |
fix(tazjin/nixos): Always install moreutils everywhere r/4192
I keep having this in the user env instead, not good. Change-Id: I683efc9782281053cb4aee1875c3a664c8dcdae8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5794 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/nixos/modules/physical.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index 2c5dd7fd0bca..aceecccbea31 100644 --- a/users/tazjin/nixos/modules/physical.nix +++ b/users/tazjin/nixos/modules/physical.nix @@ -42,6 +42,7 @@ in jq lieer man-pages + moreutils mosh msmtp mullvad-vpn |