Add the priorities directly in flake.nix

This commit is contained in:
Omar Brikaa 2022-06-05 11:31:49 +02:00
parent b50af13787
commit 3149cd80fa
3 changed files with 8 additions and 73 deletions

View file

@ -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;