[flake] nix run .#en doesn't work

parent def897d3
......@@ -94,6 +94,16 @@
packages.en = mkSpacyDerivation "en";
packages.fr = mkSpacyDerivation "fr" ;
apps.en = flake-utils.lib.mkApp {
drv = pkgs.writeShellApplication {
name = "spacy-en";
text = ''
set -x
${(server (langMap."en"))}/bin/startServer.sh
'';
};
};
}
);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment