Merge fort-nix/nix-bitcoin#524: operator: fix syntax error in description

9c5dbeaa83 test/nixos-search: fix wrong flake being tested (Erik Arvstedt)
42bf0422e0 operator: fix syntax error in description (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK 9c5dbeaa83

Tree-SHA512: 410f12a140e0d8e96690fbf1b95e2f50a7a273d3a0a7b33b390c088467a2f10004ddf98572c93a530cb0e21cb5d4551ae5cd93cf5b047c9b57a0bde7d3e394f4
This commit is contained in:
Jonas Nick 2022-07-24 14:04:46 +00:00
commit fbbaaa7a29
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
2 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,7 @@ let
When using nix-bitcoin as part of a larger system config, it makes sense
to set your main system user as the operator, by setting option
`nix-bitcoin.operator.name = "<main user name>";`.
`nix-bitcoin.operator.name = "MAIN_USER_NAME";`.
'';
};
name = mkOption {

View File

@ -17,7 +17,5 @@ if [[ ${CACHIX_SIGNING_KEY:-} ]]; then
cachix push $cachixCache $(type -P flake-info);
fi
# flake-info requires '<nixpkgs>'
export NIX_PATH=nixpkgs=$(nix eval --raw .#nixpkgsPath)
echo "Running flake-info (nixos-search)"
flake-info flake ./.
flake-info flake ../..