mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 03:26:27 +02:00
Add the priorities directly in flake.nix
This commit is contained in:
parent
b50af13787
commit
3149cd80fa
3 changed files with 8 additions and 73 deletions
|
@ -65,7 +65,12 @@
|
|||
"bash-only" = runtimeList ["bash"];
|
||||
"none" = { };
|
||||
};
|
||||
pistonRuntimePriorities = import ./runtimes/priorities;
|
||||
pistonRuntimePriorities = [
|
||||
"mono-csharp"
|
||||
"dotnet-sdk-csharp"
|
||||
"python3"
|
||||
"python2"
|
||||
];
|
||||
|
||||
legacyPackages."${system}" = rec {
|
||||
nosocket = (import ./nosocket { inherit pkgs; }).package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue