summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 25161393..b0e2ff64 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -74,7 +74,7 @@ in rec {
74 # }; 74 # };
75 # plugins = []; 75 # plugins = [];
76 # }; 76 # };
77 cgit = super.stdenv.lib.overrideDerivation super.cgit (oldAttrs : { 77 cgit = super.lib.overrideDerivation super.cgit (oldAttrs : {
78 buildInputs = oldAttrs.buildInputs ++ [ 78 buildInputs = oldAttrs.buildInputs ++ [
79 self.perl 79 self.perl
80 self.python3 80 self.python3