summary refs log tree commit diff
path: root/nixos/tests/containers-imperative.nix
Commit message (Collapse)AuthorAge
* containers: add myself to the maintainers of the testsArnold Krille2016-07-28
| | | | Seems like the right thing to do.
* nixos/tests/containers: Remove unused module argaszlig2016-05-04
| | | | | | | | | Just removing the system argument because it doesn't exist (it's actually config.nixpkgs.system, which we're already using). We won't get an error anyway if we're not actually using it, so this is just an aesthetics fix. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/tests/containers-imperative: Fix testaszlig2016-05-04
| | | | | | | | | | | | | Make sure that we always have everything available within the store of the VM, so let's evaluate/build the test container fully on the host system and propagate all dependencies to the VM. This way, even if there are additional default dependencies that come with containers in the future we should be on the safe side as these dependencies should now be included for the test as well. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @kampfschlaefer, @edolstra
* containers tests: Distinguish declarative and imperative containersArnold Krille2016-04-02