mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 12:41:34 +02:00
Unfortunately, the --raw
option doesn't exist
It does exist in `nix eval`, but the nix command is still experimental.
This commit is contained in:
parent
84a6f2c38e
commit
8049aa886b
@ -69,7 +69,7 @@ in
|
||||
extraConfig = ''
|
||||
# docs https://www.mediawiki.org/wiki/Extension:QuestyCaptcha
|
||||
$wgCaptchaQuestions = [
|
||||
"What is the output of this command: nix-instantiate --raw --eval --expr 'builtins.hashString \"sha256\" \"NixOS wiki\"' ?" => "62e65110a5a6fa4f08256f7d9ee3461412babb37dc0955531b79dcf9732c9c91"
|
||||
"What is the output of this command: nix-instantiate --eval --expr 'builtins.hashString \"sha256\" \"NixOS wiki\"' ?" => "\"62e65110a5a6fa4f08256f7d9ee3461412babb37dc0955531b79dcf9732c9c91\""
|
||||
];
|
||||
wfLoadExtensions([ 'ConfirmEdit/QuestyCaptcha' ]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user