diff --git a/modules/operator.nix b/modules/operator.nix index bbf5a85..173d2a4 100644 --- a/modules/operator.nix +++ b/modules/operator.nix @@ -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 = "
";`. + `nix-bitcoin.operator.name = "MAIN_USER_NAME";`. ''; }; name = mkOption { diff --git a/test/nixos-search/ci-test.sh b/test/nixos-search/ci-test.sh index e719fb4..1cd0c72 100755 --- a/test/nixos-search/ci-test.sh +++ b/test/nixos-search/ci-test.sh @@ -17,7 +17,5 @@ if [[ ${CACHIX_SIGNING_KEY:-} ]]; then cachix push $cachixCache $(type -P flake-info); fi -# flake-info requires '' -export NIX_PATH=nixpkgs=$(nix eval --raw .#nixpkgsPath) echo "Running flake-info (nixos-search)" -flake-info flake ./. +flake-info flake ../..