about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-07-13 23:06:48 +0000
committerAlyssa Ross <hi@alyssa.is>2020-07-13 23:10:07 +0000
commit55f69a6b0e53c1c4b3e0396937c53bf5662b5519 (patch)
tree90d28a03fb060ca81fbe95c5dbb8faedf909a868
parent5b302763dfc38aa28ba8847c03b474782d7a1330 (diff)
downloadnixlib-55f69a6b0e53c1c4b3e0396937c53bf5662b5519.tar
nixlib-55f69a6b0e53c1c4b3e0396937c53bf5662b5519.tar.gz
nixlib-55f69a6b0e53c1c4b3e0396937c53bf5662b5519.tar.bz2
nixlib-55f69a6b0e53c1c4b3e0396937c53bf5662b5519.tar.lz
nixlib-55f69a6b0e53c1c4b3e0396937c53bf5662b5519.tar.xz
nixlib-55f69a6b0e53c1c4b3e0396937c53bf5662b5519.tar.zst
nixlib-55f69a6b0e53c1c4b3e0396937c53bf5662b5519.zip
modules/shell: install binutils globally
nm is useful to have globally, as are the man pages.
-rw-r--r--modules/shell/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shell/default.nix b/modules/shell/default.nix
index 19dfc64efd6e..3ea149157463 100644
--- a/modules/shell/default.nix
+++ b/modules/shell/default.nix
@@ -7,6 +7,7 @@
 
   environment.systemPackages = with pkgs; [
     (aspellWithDicts (dicts: with dicts; [ en en-computers en-science eo ]))
+    binutils
     coreutils-prefixed
     curl
     execline