Implement runtime priorities

This commit is contained in:
Omar Brikaa 2022-06-04 23:14:11 +02:00
parent 4470eb637f
commit b50af13787
3 changed files with 18 additions and 2 deletions

View file

@ -65,6 +65,7 @@
"bash-only" = runtimeList ["bash"];
"none" = { };
};
pistonRuntimePriorities = import ./runtimes/priorities;
legacyPackages."${system}" = rec {
nosocket = (import ./nosocket { inherit pkgs; }).package;