mkCljBin creates an executable. Duh.

This commit is contained in:
2022-06-19 12:11:44 -07:00
parent 9b814937b8
commit 710ae58885
2 changed files with 5 additions and 4 deletions
+3 -1
View File
@@ -29,7 +29,9 @@
defaultPackage = self.packages."${system}".fudo-pricebot;
nixosModule = import ./module.nix self.packages."${system}".fudo-pricebot;
nixosModule = builtins.callPackage ./module.nix {
pricebot = self.packages."${system}".fudo-pricebot;
};
devShell =
pkgs.mkShell { buildInputs = with pkgs; [ clojure update-deps ]; };