summary refs log tree commit diff
path: root/nixos/tests/partition.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/tests/partition.nix
parent1799d134ba4e388d928ebb8b7c47661dd5eb6ca8 (diff)
downloadnixlib-82419575aa66135e83971f92896435d87f206b5a.tar
nixlib-82419575aa66135e83971f92896435d87f206b5a.tar.gz
nixlib-82419575aa66135e83971f92896435d87f206b5a.tar.bz2
nixlib-82419575aa66135e83971f92896435d87f206b5a.tar.lz
nixlib-82419575aa66135e83971f92896435d87f206b5a.tar.xz
nixlib-82419575aa66135e83971f92896435d87f206b5a.tar.zst
nixlib-82419575aa66135e83971f92896435d87f206b5a.zip
btrfsProgs -> canonical btrfs-progs
Diffstat (limited to 'nixos/tests/partition.nix')
-rw-r--r--nixos/tests/partition.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/partition.nix b/nixos/tests/partition.nix
index 5e94b263d5b8..291d9b278d3b 100644
--- a/nixos/tests/partition.nix
+++ b/nixos/tests/partition.nix
@@ -68,7 +68,7 @@ in {
   machine = { config, pkgs, ... }: {
     environment.systemPackages = [
       pkgs.pythonPackages.nixpart0
-      pkgs.file pkgs.btrfsProgs pkgs.xfsprogs pkgs.lvm2
+      pkgs.file pkgs.btrfs-progs pkgs.xfsprogs pkgs.lvm2
     ];
     virtualisation.emptyDiskImages = [ 4096 4096 ];
   };