diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ in rec { | |||
51 | deps = [ pkgs.python3 ]; | 51 | deps = [ pkgs.python3 ]; |
52 | install = '' | 52 | install = '' |
53 | ${pkgs.python3.executable} -m compileall $out/${pkgs.python3.sitePackages}/ | 53 | ${pkgs.python3.executable} -m compileall $out/${pkgs.python3.sitePackages}/ |
54 | ${pkgs.python3.executable} -O -m compileall $out/${pkgs.pytho3.sitePackages}/ | 54 | ${pkgs.python3.executable} -O -m compileall $out/${pkgs.python3.sitePackages}/ |
55 | ''; | 55 | ''; |
56 | } | 56 | } |
57 | ]; | 57 | ]; |