Skip to content

Commit

Permalink
Merge #524: operator: fix syntax error in description
Browse files Browse the repository at this point in the history
9c5dbea test/nixos-search: fix wrong flake being tested (Erik Arvstedt)
42bf042 operator: fix syntax error in description (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK 9c5dbea

Tree-SHA512: 410f12a140e0d8e96690fbf1b95e2f50a7a273d3a0a7b33b390c088467a2f10004ddf98572c93a530cb0e21cb5d4551ae5cd93cf5b047c9b57a0bde7d3e394f4
  • Loading branch information
jonasnick committed Jul 24, 2022
2 parents 41892be + 9c5dbea commit fbbaaa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/operator.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 1 addition & 3 deletions test/nixos-search/ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../..

0 comments on commit fbbaaa7

Please sign in to comment.