nixos/tests/ghostunnel.nix: Fix eval as invoked by release.nix
Worked fine with nixosTests.
This commit is contained in:
parent
7469b8b84b
commit
e4e3fbe8aa
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
{ pkgs, ... }: import ./make-test-python.nix {
|
||||
|
||||
import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
nodes = {
|
||||
backend = { pkgs, ... }: {
|
||||
services.nginx.enable = true;
|
||||
|
@ -101,4 +100,4 @@
|
|||
meta.maintainers = with pkgs.lib.maintainers; [
|
||||
roberth
|
||||
];
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue