forked from fabian/nix_config
add doctrine
This commit is contained in:
parent
1c7810a49e
commit
26619394f4
10 changed files with 113 additions and 63 deletions
10
doctrine/lib/default.nix
Normal file
10
doctrine/lib/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
lib,
|
||||
doctrine,
|
||||
pkgs,
|
||||
}: let
|
||||
close = f: args: f (args // {inherit lib pkgs doctrine;});
|
||||
in {
|
||||
importAll = pkgs.callPackage ./importAll.nix {};
|
||||
mkModule = close (import ./mk-module.nix);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue