summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 14304f1b..e7f221f3 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -58,6 +58,9 @@ in rec {
58 ]; 58 ];
59 plugins = []; 59 plugins = [];
60 }; 60 };
61 cgit = pkgs.stdenv.lib.overrideDerivation pkgs.cgit (oldAttrs : {
62 buildInputs = oldAttrs.buildInputs + [pkgs.perl pkgs.python3 pkgs.pythonPackages.pygments ];
63 });
61 }; 64 };
62 65
63 environment.systemPackages = with pkgs; [ 66 environment.systemPackages = with pkgs; [