1
0
Fork 0

Initial commit.

main
Andreas Wiese 2020-11-04 22:54:05 +01:00
commit 7d45aba7ad
1 changed files with 9 additions and 0 deletions

9
default.nix Normal file
View File

@ -0,0 +1,9 @@
self: super:
let
lib = self.lib;
callPackage = super.lib.callPackageWith self;
in
with self; rec {
}