This website requires JavaScript.
Explore
Help
Sign in
ghoscht
/
arion
Watch
1
Star
0
Fork
You've already forked arion
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
380ae56e4f
arion
/
default.nix
7 lines
98 B
Nix
Raw
Normal View
History
Unescape
Escape
Add integration test Tests the minimal example, up command, network connectivity. Introduces overlay.
2019-01-02 09:54:46 +01:00
{
pkgs
?
import
./pkgs.nix
}:
Code taken from Hercules CI repo - renamed to Arion - minor changes - readme WIP
2018-12-17 19:08:38 +01:00
{
Add integration test Tests the minimal example, up command, network connectivity. Introduces overlay.
2019-01-02 09:54:46 +01:00
inherit
(
pkgs
)
arion
;
tests
=
pkgs
.
callPackage
./tests
{
}
;
Code taken from Hercules CI repo - renamed to Arion - minor changes - readme WIP
2018-12-17 19:08:38 +01:00
}
Reference in a new issue
Copy permalink