diff options
| -rw-r--r-- | ymir.nix | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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; [ |
