Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
teto committed Aug 14, 2023
1 parent 23e8da0 commit 49e9bcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Install the following dependencies:
* [CoffeeScript](https://coffeescript.org/#installation)
* [Discount](https://www.pell.portland.or.us/~orc/Code/discount/) (or something that provides `markdown` executable)
* PostgreSQL
* nginx
* [OpenResty][1]
* Redis

Expand Down
2 changes: 2 additions & 0 deletions contrib/nixos-test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,10 @@ in
# we would need an s3 equivalent to test further ?
# we setup POSTGRESQL_CONNECTION to allow the workers to
server.send_monitor_command("hostfwd_add tcp::8081-:8082")
server.execute("lapis server")
'';

}
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# https://nixos.org/manual/nixpkgs/unstable/#tester-runNixOSTest
# https://nixos.org/manual/nixos/unstable/index.html#sec-calling-nixos-tests
default =
integration-tests =
pkgs.testers.runNixOSTest (
import contrib/nixos-test.nix { }
);
Expand Down

0 comments on commit 49e9bcc

Please sign in to comment.