summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2016-09-18 17:43:58 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-09-18 17:44:30 +0200
commit32efdb712813682e5ac2c204e911ddd48d11074a (patch)
treee604b9a1c54bc2791286c4f06c5e9d4ff02445d2 /nixos
parent36cf2405bd61aaca5edebdedb927914a55088a14 (diff)
downloadnixpkgs-32efdb712813682e5ac2c204e911ddd48d11074a.tar
nixpkgs-32efdb712813682e5ac2c204e911ddd48d11074a.tar.gz
nixpkgs-32efdb712813682e5ac2c204e911ddd48d11074a.tar.bz2
nixpkgs-32efdb712813682e5ac2c204e911ddd48d11074a.tar.lz
nixpkgs-32efdb712813682e5ac2c204e911ddd48d11074a.tar.xz
nixpkgs-32efdb712813682e5ac2c204e911ddd48d11074a.tar.zst
nixpkgs-32efdb712813682e5ac2c204e911ddd48d11074a.zip
treewide: sshfsFuse -> sshfs-fuse
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix2
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix2
-rw-r--r--nixos/modules/profiles/base.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix b/nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix
index d984cb30717..ba84cd51098 100644
--- a/nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix
+++ b/nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix
@@ -61,7 +61,7 @@ in
       pkgs.cryptsetup # needed for dm-crypt volumes
 
       # Some networking tools.
-      pkgs.sshfsFuse
+      pkgs.sshfs-fuse
       pkgs.socat
       pkgs.screen
       pkgs.wpa_supplicant # !!! should use the wpa module
diff --git a/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix b/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
index 9e733241993..7ec09acd591 100644
--- a/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
+++ b/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
@@ -55,7 +55,7 @@ in
       pkgs.cryptsetup # needed for dm-crypt volumes
 
       # Some networking tools.
-      pkgs.sshfsFuse
+      pkgs.sshfs-fuse
       pkgs.socat
       pkgs.screen
       pkgs.wpa_supplicant # !!! should use the wpa module
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index 20a1f7f1ed8..32bea97823c 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -20,7 +20,7 @@
 
     # Some networking tools.
     pkgs.fuse
-    pkgs.sshfsFuse
+    pkgs.sshfs-fuse
     pkgs.socat
     pkgs.screen