about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-03-02 13:18:44 +0100
committerProfpatsch <mail@profpatsch.de>2022-03-02 13:18:44 +0100
commit0a967162479e03af3c0e4e7388a22b3bbb481a24 (patch)
treea49d95e2bfd21a235bbec36e8d4b8ae33401a1fa /machines/profpatsch/base-workstation.nix
parentefc403ea7143923cd54f1f8e3757d995ec51336f (diff)
treewide: Fix broken package symbols
Due to unnecessary renames in
https://github.com/NixOS/nixpkgs/pull/161146

I replaced the packages with the ones the error messages mentioned, I
have not checked whether they are actually a no-op replacement.
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index 5c182f8f..b9e07ee0 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -121,7 +121,7 @@ in {
         ripgrep           # file content searcher, > ag > ack > grep
         lr                # list recursively, ls & find replacement
         dos2unix          # text file conversion
-        manpages          # system manpages (not included by default)
+        man-pages          # system manpages (not included by default)
         mkpasswd          # UNIX password creator
         ncdu              # disk size checker
         smartmontools     # check disk state