mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-23 09:38:12 +03:00
10 lines
213 B
Plaintext
Executable File
10 lines
213 B
Plaintext
Executable File
#!/usr/bin/env nix-shell
|
|
#!nix-shell -i bash
|
|
|
|
set -eu -o pipefail
|
|
|
|
cd "$(dirname ${BASH_SOURCE[0]})"
|
|
|
|
doc_options="$(nix-build nix -A doc-options)"
|
|
cat "$doc_options" >docs/modules/ROOT/partials/NixOSOptions.adoc
|