Depend on fixed notifier

This commit is contained in:
2023-05-17 17:06:09 -07:00
parent c0540e3d29
commit 1ab07a53b1
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
[ (updateCljDeps cljLibs) ];
};
tattler = pkgs.mkShell {
buildInputs = with self.packages."${system}"; [ tattler-server ];
buildInputs = with self.packages."${system}"; [ tattler ];
};
};
}) // {