Oh, forget it, skip callPackage

This commit is contained in:
niten 2022-06-19 12:18:06 -07:00
parent 8e7bf64ef7
commit ed4678d748
2 changed files with 4 additions and 4 deletions

View File

@ -29,9 +29,8 @@
defaultPackage = self.packages."${system}".fudo-pricebot;
nixosModule = pkgs.callPackage ./module.nix {
pricebot = self.packages."${system}".fudo-pricebot;
};
nixosModule =
pkgs.callPackage ./module.nix self.packages."${system}".fudo-pricebot;
devShell =
pkgs.mkShell { buildInputs = with pkgs; [ clojure update-deps ]; };

View File

@ -1,4 +1,5 @@
{ pricebot, config, lib, pkgs, ... }:
pricebot:
{ config, lib, pkgs, ... }:
with lib;
let