diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 = [ |
