From f77d2a6efac43265b4f8b4db49a861cdd5646082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Pluta?= Date: Thu, 21 Nov 2024 13:22:41 +0100 Subject: [PATCH] Fix lock file --- flake.nix | 1 + wrapper.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 01119f5..ad2baaf 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,7 @@ ./package.nix { paths.projectRootFile = "flake.nix"; + paths.lockFile = "lock.${system}.json"; paths.projectRoot = ./.; paths.package = ./.; } diff --git a/wrapper.nix b/wrapper.nix index e84ff78..f79d3ef 100644 --- a/wrapper.nix +++ b/wrapper.nix @@ -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