summary refs log tree commit diff
path: root/nixos/tests/partition.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-10-22 08:15:30 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-10-22 08:22:59 +0200
commit78ef5f9c14785d99a9670c65c2735610735a0bc4 (patch)
treeb22c099ad0b3bbc7e7b262685fac0f3852aab26b /nixos/tests/partition.nix
parent7676ff5973edf14292d4de94a5c5353a5ebb5fae (diff)
downloadnixpkgs-78ef5f9c14785d99a9670c65c2735610735a0bc4.tar
nixpkgs-78ef5f9c14785d99a9670c65c2735610735a0bc4.tar.gz
nixpkgs-78ef5f9c14785d99a9670c65c2735610735a0bc4.tar.bz2
nixpkgs-78ef5f9c14785d99a9670c65c2735610735a0bc4.tar.lz
nixpkgs-78ef5f9c14785d99a9670c65c2735610735a0bc4.tar.xz
nixpkgs-78ef5f9c14785d99a9670c65c2735610735a0bc4.tar.zst
nixpkgs-78ef5f9c14785d99a9670c65c2735610735a0bc4.zip
nixpart: Move all 0.4 dependencies into one dir.
Once nixpart 1.0 is released we then only need to delete one single
directory rather than searching for needles in a haystack, that is, all
of <nixpkgs>. Also, it keeps my sanity at an almost healthy level.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
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 9a4246e0421..5e94b263d5b 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_2_02_106
+      pkgs.file pkgs.btrfsProgs pkgs.xfsprogs pkgs.lvm2
     ];
     virtualisation.emptyDiskImages = [ 4096 4096 ];
   };