1
0
mirror of https://cgit.krebsco.de/krops synced 2024-06-01 22:03:31 +02:00
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 {};
}