We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cad050 commit 11fd363Copy full SHA for 11fd363
1 file changed
pkgs/servers/dns/knot-resolver/default.nix
@@ -120,8 +120,8 @@ wrapped-full = runCommand unwrapped.name
120
allowSubstitutes = false;
121
inherit (unwrapped) meta;
122
}
123
- assert false; # FIXME: the http module won't work; see PR #286822
124
- (''
+ (assert false; # FIXME: the http module won't work; see PR #286822
+ ''
125
mkdir -p "$out"/bin
126
makeWrapper '${unwrapped}/bin/kresd' "$out"/bin/kresd \
127
--set LUA_PATH "$LUA_PATH" \
0 commit comments