mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 03:26:27 +02:00
Implement runtime priorities
This commit is contained in:
parent
4470eb637f
commit
b50af13787
3 changed files with 18 additions and 2 deletions
|
@ -65,6 +65,7 @@
|
|||
"bash-only" = runtimeList ["bash"];
|
||||
"none" = { };
|
||||
};
|
||||
pistonRuntimePriorities = import ./runtimes/priorities;
|
||||
|
||||
legacyPackages."${system}" = rec {
|
||||
nosocket = (import ./nosocket { inherit pkgs; }).package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue