From 8675d6f8a98a41825f3a8782dfeef2edb908f20c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 24 Aug 2025 16:04:58 -0600 Subject: flake: enable trivionomicon doctrine --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = [ -- cgit v1.2.3