about summary refs log tree commit diff
path: root/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* default.nix: Simplify/split up into release.nix.aszlig2015-03-171-16/+6
| | | | | | | | | | | | 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>
* Add a default.nix for referencing machines.aszlig2015-03-171-0/+17
At the moment this is also the release Nix expression we're going to use for Hydra. Right now, the machine expressions don't evaluate because they're lacking hardware information. But apart from that we should get out full system builds afterwards. Signed-off-by: aszlig <aszlig@redmoonstudios.org>