diff options
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 = '' |
