mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-05-17 16:10:49 +05:00
flake.nix: print options.md outpath during build
Helpful for debugging the resulting options file.
This commit is contained in:
parent
3268d8b0d8
commit
4c25278507
@ -96,6 +96,7 @@
|
|||||||
in pkgs.runCommand "options.md" { buildInputs = [pkgs.python3Minimal]; } ''
|
in pkgs.runCommand "options.md" { buildInputs = [pkgs.python3Minimal]; } ''
|
||||||
echo "Generating options.md from ${options}"
|
echo "Generating options.md from ${options}"
|
||||||
python ${./scripts/generate-options.py} ${options} > $out
|
python ${./scripts/generate-options.py} ${options} > $out
|
||||||
|
echo $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
documentation = pkgs.stdenv.mkDerivation {
|
documentation = pkgs.stdenv.mkDerivation {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user