summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a59da22..e1fcbdb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -89,6 +89,10 @@
specialArgs = {
inherit flakes;
+ doctrine = import "${trivionomicon}/doctrine" {
+ inherit pkgs;
+ namespace = "sys";
+ };
};
};
@@ -114,6 +118,10 @@
extraSpecialArgs = {
inherit flakes;
+ doctrine = import "${trivionomicon}/doctrine" {
+ inherit pkgs;
+ namespace = "hm";
+ };
};
modules = [