This website requires JavaScript.
Explore
Help
Sign in
hosting
/
selfhostblocks
Watch
1
Star
0
Fork
You've already forked selfhostblocks
0
Code
Issues
Activity
e85c2e945e
selfhostblocks
/
tests
/
integration
/
default.nix
9 lines
96 B
Nix
Raw
Normal View
History
Unescape
Escape
make dummy integration test pass
2023-03-07 09:21:20 +01:00
{
pkgs
,
utils
}
:
fix tests
2023-03-17 07:47:43 +01:00
rec
{
all
=
[
keycloak
]
;
make dummy integration test pass
2023-03-07 09:21:20 +01:00
keycloak
=
pkgs
.
callPackage
./keycloak.nix
{
}
;
}
Copy permalink