about summary refs log tree commit diff
path: root/modules/user/devhell
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 /modules/user/devhell
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 'modules/user/devhell')
-rw-r--r--modules/user/devhell/profiles/base.nix2
-rw-r--r--modules/user/devhell/profiles/packages.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index 80f593bb..842c5ca6 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -31,7 +31,7 @@ in {
 
     system = {
       fsPackages = with pkgs; [
-        sshfsFuse
+        sshfs-fuse
         fuse
         cryptsetup
       ];
diff --git a/modules/user/devhell/profiles/packages.nix b/modules/user/devhell/profiles/packages.nix
index 1f6c9589..fed8d832 100644
--- a/modules/user/devhell/profiles/packages.nix
+++ b/modules/user/devhell/profiles/packages.nix
@@ -162,7 +162,7 @@ in {
       lsof
       lxd
       maim
-      manpages
+      man-pages
       mapcidr
       mdbook
       mdbook-mermaid
@@ -247,7 +247,7 @@ in {
       taskwarrior
       taskwarrior-tui
       tealdeer
-      telnet
+      inetutils
       termdown
       termshark
       testdisk