diff --git a/flake.lock b/flake.lock index 01b992b..a798009 100644 --- a/flake.lock +++ b/flake.lock @@ -215,11 +215,11 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1684277501, - "narHash": "sha256-P/NtuumPxee89BBgCEvSAlPxNhl7rDdYNBMQ+9wEBKc=", + "lastModified": 1684301091, + "narHash": "sha256-l7z38fBOw15opTXR55Z5KgAOtvuXO60WGrVi0LByBPM=", "ref": "with-deps", - "rev": "e8ffd590e4eb0ee804ed5c0f4debf0a62ba6e110", - "revCount": 58, + "rev": "eedb4481a622dce09bda79f426d430412fc55f57", + "revCount": 67, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, diff --git a/flake.nix b/flake.nix index 4d300de..bc2fbff 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ [ (updateCljDeps cljLibs) ]; }; tattler = pkgs.mkShell { - buildInputs = with self.packages."${system}"; [ tattler-server ]; + buildInputs = with self.packages."${system}"; [ tattler ]; }; }; }) // { diff --git a/src/tattler/cli.clj b/src/tattler/cli.clj index d71e0ea..3fd5622 100644 --- a/src/tattler/cli.clj +++ b/src/tattler/cli.clj @@ -5,7 +5,8 @@ [clojure.string :as str] [tattler.core :as tattler] [milquetoast.client :as mqtt] - [fudo-clojure.logging :as log])) + [fudo-clojure.logging :as log]) + (:gen-class)) (def cli-opts [["-v" "--verbose" "Provide verbose output."]