summary refs log tree commit diff
path: root/pkgs/tools/filesystems/nixpart
Commit message (Collapse)AuthorAge
* Use common licence attributes from lib/licenses.nixTobias Geerinckx-Rice2015-05-27
| | | | | | | | | | Many (less easily automatically converted) old-style strings remain. Where there was any possible ambiguity about the exact version or variant intended, nothing was changed. IANAL, nor a search robot. Use `with stdenv.lib` wherever it makes sense.
* unmaintain a bunch of packagesLudovic Courtès2015-01-13
|
* nixpart: Move all 0.4 dependencies into one dir.aszlig2014-10-22
| | | | | | | | 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>
* nixpart: Bump version to 1.0.0 and mark as broken.aszlig2014-10-22
| | | | | | | | We don't want Hydra to even try and build this, because we're going to fill in the right sha256 as soon as the the new nixpart version is released. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* blivet: Update to new upstream version 0.67.aszlig2014-10-22
| | | | | | | | | | 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>
* nixpart: Copy package expression to 0.4.nix.aszlig2014-10-22
| | | | | | | 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>
* Fix a bunch of Hydra evaluation errorsEelco Dolstra2013-10-07
|
* nixpart: Update to bugfix version 0.4.1.aszlig2013-08-02
| | | | | | | | | | | Contains the following fix: - Fix mounting btrfs when mount_only (-m) is used. I would like to update blivet as well, but at the moment it breaks for nixpart, so let's retry later when we're at 0.5.x or even 1.x :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixpart: New upstream version 0.4.0.aszlig2013-07-12
| | | | | | | | | | | | Changes are: - Properly detect GPT disklabels and create proper BIOS boot partitions if necessary. - Return exit code 100 if reboot is required due to the kernel not picking up the new partition table. - Don't include BIOS boot partition in GRUB devices. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixpart: New upstream version 0.3.0.aszlig2013-07-11
| | | | | | | | | | This fixes two issues: - Don't _always_ print out NixOS configuration, only when explicitly requested with -p. - Add GRUB boot devices to NixOS configuration output. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixpart: Update to new version 0.2.1.aszlig2013-07-08
| | | | | | | This is a minor bugfix release and only corrects "type" in fileSystems output to "fsType". Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* python-nixpart: Propagate overrides of blivet.aszlig2013-07-08
| | | | | | | This allows for easy overriding of blivets udev dependency using only nixpart.override. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* python-nixpart: Move into tools/filesystems/.aszlig2013-07-08
Signed-off-by: aszlig <aszlig@redmoonstudios.org>