summary refs log tree commit diff
path: root/nixos/tests/partition.nix
Commit message (Collapse)AuthorAge
* btrfsProgs -> canonical btrfs-progsTobias Geerinckx-Rice2016-01-03
|
* 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: Bring back requirements for version 0.4.aszlig2014-10-22
| | | | | | | | Quite a mess but at least the mdraid tests succeed now. However, the lvm2 tests are still failing, so we need to bring back a few more old crap :-( Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/tests/partition: Fix typo in F2FS tests.aszlig2014-10-22
| | | | 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>
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* nixos: f2fs filesystem module support (close #2085)Emery Hemingway2014-05-11
|
* Make it easier to run the testsEelco Dolstra2014-04-14
| | | | | | | | | | | You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10