diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-08-24 16:04:58 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-08-24 16:04:58 -0600 |
| commit | 8675d6f8a98a41825f3a8782dfeef2edb908f20c (patch) | |
| tree | 23e9cdffd2c7a38d64475ea6b0dbf40853cc43d7 /flake.nix | |
| parent | 193c1c87602bca67262dfa7e0522a340f79856fb (diff) | |
flake: enable trivionomicon doctrine
Diffstat (limited to 'flake.nix')
| -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 = [ |
