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
59f97876e3
arion
/
default.nix
6 lines
75 B
Nix
Raw
Normal View
History
Unescape
Escape
Pin and make the project structure conform more to todomvc-nix This makes the Nix files work like todomvc-nix but a little simplified. Also it pins nixpkgs because for development (tests), you need -unstable instead of release-18.09 so that's automatic now.
2019-01-20 17:04:34 +01:00
args
@
{
pkgs
?
import
./nix
args
,
.
.
.
}:
Code taken from Hercules CI repo - renamed to Arion - minor changes - readme WIP
2018-12-17 19:08:38 +01:00
{
Pin and make the project structure conform more to todomvc-nix This makes the Nix files work like todomvc-nix but a little simplified. Also it pins nixpkgs because for development (tests), you need -unstable instead of release-18.09 so that's automatic now.
2019-01-20 17:04:34 +01:00
inherit
(
pkgs
)
arion
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