about summary refs log tree commit diff
path: root/modules/user/aszlig
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/aszlig
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/aszlig')
-rw-r--r--modules/user/aszlig/profiles/base.nix2
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix
index e8800a80..44d3b9ae 100644
--- a/modules/user/aszlig/profiles/base.nix
+++ b/modules/user/aszlig/profiles/base.nix
@@ -82,7 +82,7 @@ in {
       };
     }));
 
-    system.fsPackages = with pkgs; [ sshfsFuse ];
+    system.fsPackages = with pkgs; [ sshfs-fuse ];
     time.timeZone = "Europe/Berlin";
   };
 }
diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix
index 463c3f1a..e03854f7 100644
--- a/modules/user/aszlig/profiles/workstation/packages.nix
+++ b/modules/user/aszlig/profiles/workstation/packages.nix
@@ -71,7 +71,7 @@ pkgs: with pkgs; [
   strace
   surfraw
   vuizvui.taalo-build
-  telnet
+  inetutils
   unzip
   valgrind
   vbindiff