summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-03 19:21:27 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-03 20:38:44 +0100
commit82419575aa66135e83971f92896435d87f206b5a (patch)
treea10f3d35bb4b6dc4da4b34d5729ecf2c088afaf2 /nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
parent1799d134ba4e388d928ebb8b7c47661dd5eb6ca8 (diff)
downloadnixpkgs-82419575aa66135e83971f92896435d87f206b5a.tar
nixpkgs-82419575aa66135e83971f92896435d87f206b5a.tar.gz
nixpkgs-82419575aa66135e83971f92896435d87f206b5a.tar.bz2
nixpkgs-82419575aa66135e83971f92896435d87f206b5a.tar.lz
nixpkgs-82419575aa66135e83971f92896435d87f206b5a.tar.xz
nixpkgs-82419575aa66135e83971f92896435d87f206b5a.tar.zst
nixpkgs-82419575aa66135e83971f92896435d87f206b5a.zip
btrfsProgs -> canonical btrfs-progs
Diffstat (limited to 'nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix b/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
index 46dc1c70502..cdacc56f7ab 100644
--- a/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
+++ b/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
@@ -67,7 +67,7 @@ in
       pkgs.dmraid
 
       # Tools to create / manipulate filesystems.
-      pkgs.btrfsProgs
+      pkgs.btrfs-progs
 
       # Some compression/archiver tools.
       pkgs.unzip