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:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user