krops/pkgs/overlay.nix

9 lines
132 B
Nix

let
lib = import ../lib;
in
self: super: {
krops = self.callPackage ./krops {};
populate = self.callPackage ./populate {};
}