Depend on fixed notifier
This commit is contained in:
parent
c0540e3d29
commit
1ab07a53b1
|
@ -215,11 +215,11 @@
|
||||||
"utils": "utils_2"
|
"utils": "utils_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1684277501,
|
"lastModified": 1684301091,
|
||||||
"narHash": "sha256-P/NtuumPxee89BBgCEvSAlPxNhl7rDdYNBMQ+9wEBKc=",
|
"narHash": "sha256-l7z38fBOw15opTXR55Z5KgAOtvuXO60WGrVi0LByBPM=",
|
||||||
"ref": "with-deps",
|
"ref": "with-deps",
|
||||||
"rev": "e8ffd590e4eb0ee804ed5c0f4debf0a62ba6e110",
|
"rev": "eedb4481a622dce09bda79f426d430412fc55f57",
|
||||||
"revCount": 58,
|
"revCount": 67,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.fudo.org/fudo-public/nix-helpers.git"
|
"url": "https://git.fudo.org/fudo-public/nix-helpers.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
[ (updateCljDeps cljLibs) ];
|
[ (updateCljDeps cljLibs) ];
|
||||||
};
|
};
|
||||||
tattler = pkgs.mkShell {
|
tattler = pkgs.mkShell {
|
||||||
buildInputs = with self.packages."${system}"; [ tattler-server ];
|
buildInputs = with self.packages."${system}"; [ tattler ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}) // {
|
}) // {
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
[clojure.string :as str]
|
[clojure.string :as str]
|
||||||
[tattler.core :as tattler]
|
[tattler.core :as tattler]
|
||||||
[milquetoast.client :as mqtt]
|
[milquetoast.client :as mqtt]
|
||||||
[fudo-clojure.logging :as log]))
|
[fudo-clojure.logging :as log])
|
||||||
|
(:gen-class))
|
||||||
|
|
||||||
(def cli-opts
|
(def cli-opts
|
||||||
[["-v" "--verbose" "Provide verbose output."]
|
[["-v" "--verbose" "Provide verbose output."]
|
||||||
|
|
Loading…
Reference in New Issue