about summary refs log tree commit diff
path: root/release.nix
Commit message (Collapse)AuthorAgeFilesLines
* release.nix: Add pkgs to the Hydra jobs.aszlig2015-03-171-0/+6
| | | | | | | We want to be easily able to fetch the store paths and to monitor build results. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* release.nix: Include VM test for heinrich.aszlig2015-03-171-1/+6
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* default.nix: Simplify/split up into release.nix.aszlig2015-03-171-0/+11
Unfortunately, using builtins.readDir isn't very good idea here, because all file references from expression files found via readDir will have imports relative to the Nix store. We can only work around it if we copy the whole source tree into the store, but for the sake of simplicity it's also better if we use explicit imports. Signed-off-by: aszlig <aszlig@redmoonstudios.org>