1
0
Fork 0
mirror of https://cgit.krebsco.de/krops synced 2024-11-30 06:59:46 +01: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 {};
}