Switch to using a library function?

This commit is contained in:
niten 2022-05-29 10:27:08 -07:00
parent 0d0734eeca
commit 3fdf0a4063
1 changed files with 1 additions and 9 deletions

View File

@ -23,18 +23,10 @@
inherit build-tools-src;
inherit (gitignore.lib) gitignoreSource;
};
update-deps = pkgs.callPackage ./update-deps.nix {
inherit build-tools-src;
inherit clj2nix;
};
in {
packages.${system} = utils.lib.flattenTree {
lib = {
mkClojureLib =
pkgs.callPackage ./mkClojureLib.nix { inherit build-tools-jar; };
};
overlay = final: prev: {
inherit (self.packages."${system}") mkClojureLib;
};
};
}