1
0
Fork 0
nixpkgs-overlay/default.nix

10 lines
107 B
Nix
Raw Normal View History

2020-11-04 22:54:05 +01:00
self: super:
let
lib = self.lib;
callPackage = super.lib.callPackageWith self;
in
with self; rec {
}