summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index aade8d8e..26911762 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -57,6 +57,7 @@ in rec {
57 ${pkgs.python3.executable} -m compileall $out/${pkgs.python3.sitePackages}/ 57 ${pkgs.python3.executable} -m compileall $out/${pkgs.python3.sitePackages}/
58 ${pkgs.python3.executable} -O -m compileall $out/${pkgs.python3.sitePackages}/ 58 ${pkgs.python3.executable} -O -m compileall $out/${pkgs.python3.sitePackages}/
59 ''; 59 '';
60 inputs = [];
60 }; 61 };
61 }; 62 };
62 plugins = []; 63 plugins = [];