Skip to content

Commit

Permalink
knot-resolver: add a check for the last problem
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jul 5, 2019
1 parent 1bb6216 commit 6fdd315
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/servers/dns/knot-resolver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ wrapped-full =
ln -sr '${unwrapped}/share/man' "$out"/share/
ln -sr "$out"/{bin,sbin}
echo "Checking that 'http' module loads, i.e. lua search paths work:"
echo "modules.load('http')" > test-http.lua
echo -e 'quit()' | env -i "$out"/bin/kresd -a 127.0.0.1#53535 -c test-http.lua
'';

in result

0 comments on commit 6fdd315

Please sign in to comment.