diff options
author | Franck Cuny <franck@fcuny.net> | 2024-05-04 13:28:35 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-05-04 13:28:46 -0700 |
commit | 43131cce6741872735d2d1b0e0b782056b921318 (patch) | |
tree | 13f071f7c2460390e47733d3e7c1fea68b46e04d | |
parent | start the conversion to python (diff) | |
download | world-43131cce6741872735d2d1b0e0b782056b921318.tar.gz |
ensure we install coreutil
Diffstat (limited to '')
-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 95b8dd3..824a358 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -2,6 +2,7 @@ home.packages = with pkgs; [ # shell utils + coreutils direnv ripgrep tree |