summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 3c0e2e4f..16fa4b1a 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -50,7 +50,7 @@ in rec {
50 extraPlugins = { 50 extraPlugins = {
51 cgi = { 51 cgi = {
52 name = "cgi"; 52 name = "cgi";
53 interpreter = pkgs.python3; 53 interpreter = pkgs.python3.interpreter;
54 path = "plugins/cgi"; 54 path = "plugins/cgi";
55 inputs = [ pkgs.python3 ]; 55 inputs = [ pkgs.python3 ];
56 install = '' 56 install = ''