krops/pkgs/overlay.nix

9 lines
132 B
Nix
Raw Permalink Normal View History

let
lib = import ../lib;
in
self: super: {
2018-05-03 13:11:21 +02:00
krops = self.callPackage ./krops {};
populate = self.callPackage ./populate {};
}