summary refs log tree commit diff
path: root/nixos/tests/partition.nix
diff options
context:
space:
mode:
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 5e94b263d5b..291d9b278d3 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 ];
   };