nixpart: Copy package expression to 0.4.nix.

Update the nixpart0 pointer to point to this version, because we're
going to update blivet as well and NixOps still points to nixpart0.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2014-10-22 01:29:18 +02:00
parent 34ae3b7f77
commit 7deadbb55f
2 changed files with 30 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ let
# This is used for NixOps to make sure we won't break it with the next major
# version of nixpart.
nixpart0 = self.nixpart;
nixpart0 = callPackage ../tools/filesystems/nixpart/0.4.nix { };
pitz = callPackage ../applications/misc/pitz { };