summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-08-24 16:04:58 -0600
committerAlejandro Soto <alejandro@34project.org>2025-08-24 16:04:58 -0600
commit8675d6f8a98a41825f3a8782dfeef2edb908f20c (patch)
tree23e9cdffd2c7a38d64475ea6b0dbf40853cc43d7
parent193c1c87602bca67262dfa7e0522a340f79856fb (diff)
flake: enable trivionomicon doctrine
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 = [