about summary refs log tree commit diff
path: root/nixos/tests/partition.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-10-22 01:37:32 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-10-22 08:22:57 +0200
commitcb2c34f1bb8245a4460cef9f82301a76ab60441c (patch)
tree0f6fe7ee6d7f561155cf019c1c9a612bd1a5081e /nixos/tests/partition.nix
parent7deadbb55f327dd9fffd397c72e13e4b95e15c61 (diff)
downloadnixlib-cb2c34f1bb8245a4460cef9f82301a76ab60441c.tar
nixlib-cb2c34f1bb8245a4460cef9f82301a76ab60441c.tar.gz
nixlib-cb2c34f1bb8245a4460cef9f82301a76ab60441c.tar.bz2
nixlib-cb2c34f1bb8245a4460cef9f82301a76ab60441c.tar.lz
nixlib-cb2c34f1bb8245a4460cef9f82301a76ab60441c.tar.xz
nixlib-cb2c34f1bb8245a4460cef9f82301a76ab60441c.tar.zst
nixlib-cb2c34f1bb8245a4460cef9f82301a76ab60441c.zip
blivet: Update to new upstream version 0.67.
Put a copy of old version 0.17 expression into 0.17.nix and update the
pointers from nixpart0 accordingly.

This also means, that plain nixpart is now way more broken than
nixpart0 (we might want to temporarily fix 0.4 anyway).

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 72fd37e041e5..afe6b8d4a0dd 100644
--- a/nixos/tests/partition.nix
+++ b/nixos/tests/partition.nix
@@ -67,7 +67,7 @@ in {
 
   machine = { config, pkgs, ... }: {
     environment.systemPackages = [
-      pkgs.pythonPackages.nixpart
+      pkgs.pythonPackages.nixpart0
       pkgs.file pkgs.btrfsProgs pkgs.xfsprogs pkgs.lvm2
     ];
     virtualisation.emptyDiskImages = [ 4096 4096 ];