Fix lock file
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
./package.nix
|
./package.nix
|
||||||
{
|
{
|
||||||
paths.projectRootFile = "flake.nix";
|
paths.projectRootFile = "flake.nix";
|
||||||
|
paths.lockFile = "lock.${system}.json";
|
||||||
paths.projectRoot = ./.;
|
paths.projectRoot = ./.;
|
||||||
paths.package = ./.;
|
paths.package = ./.;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ pkgs.writeShellApplication rec {
|
|||||||
#/ --mqtt_cafile - CA certifications file for SSL connection
|
#/ --mqtt_cafile - CA certifications file for SSL connection
|
||||||
#/ --mqtt_certfile - certification file for SSL connection
|
#/ --mqtt_certfile - certification file for SSL connection
|
||||||
#/ --mqtt_keyfile - certification key 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=""
|
#/ --domain_suffix - the suffix of the domain, default=""
|
||||||
#/ --debug/--no-debug - enable debug mode
|
#/ --debug/--no-debug - enable debug mode
|
||||||
#/ --ha-discovery - enable HomeAssistant discovery
|
#/ --ha-discovery - enable HomeAssistant discovery
|
||||||
|
|||||||
Reference in New Issue
Block a user