diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-06 19:53:17 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-06 19:53:17 -0400 |
| commit | 4cec79b921fca2872803eae2fd51fdef6a608b62 (patch) | |
| tree | 8e0e127ff196bdfc0424d679ba194613065581c6 /flake.nix | |
| parent | cee9391a89b791ebaf4c128e262448dacb089359 (diff) | |
flake: add thulani package to environment.systemPackages
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -268,6 +268,10 @@ }; config = lib.mkIf cfg.enable { + environment.systemPackages = [ + cfg.package + ]; + services.thulani.environment = { RUST_BACKTRACE = lib.mkDefault "1"; MAX_HIST = lib.mkDefault "30"; |
