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
12
doctrine/default.nix
Normal file
12
doctrine/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
namespace,
|
||||
}: let
|
||||
doctrine = {
|
||||
lib = import ./lib {inherit lib pkgs doctrine;};
|
||||
prefix = "trivium";
|
||||
inherit namespace;
|
||||
};
|
||||
inherit (pkgs) lib;
|
||||
in
|
||||
doctrine
|
Loading…
Add table
Add a link
Reference in a new issue