Fix lock file

This commit is contained in:
2024-11-21 13:22:41 +01:00
parent 9c9f9b5d14
commit f77d2a6efa
2 changed files with 2 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
./package.nix
{
paths.projectRootFile = "flake.nix";
paths.lockFile = "lock.${system}.json";
paths.projectRoot = ./.;
paths.package = ./.;
}

View File

@@ -34,7 +34,7 @@ pkgs.writeShellApplication rec {
#/ --mqtt_cafile - CA certifications file for SSL connection
#/ --mqtt_certfile - certification file for SSL connection
#/ --mqtt_keyfile - certification key file for SSL connection
#/ --mqtt_clientname" - name of MQTT broker client, default="hcpy1"
#/ --mqtt_clientname - name of MQTT broker client, default="hcpy1"
#/ --domain_suffix - the suffix of the domain, default=""
#/ --debug/--no-debug - enable debug mode
#/ --ha-discovery - enable HomeAssistant discovery