2023-04-14 17:12:35 +02:00
|
|
|
args: {
|
2023-08-14 13:49:55 +02:00
|
|
|
haskell = import ./haskell.nix args;
|
2024-09-24 05:41:40 +02:00
|
|
|
lua = import ./lua.nix args;
|
2023-08-14 13:49:55 +02:00
|
|
|
purescript = import ./purescript.nix args;
|
2023-05-03 18:08:02 +02:00
|
|
|
rwtw = import ./rwtw.nix args;
|
2023-05-18 01:56:19 +02:00
|
|
|
typst = import ./typst.nix args;
|
2024-09-24 05:41:40 +02:00
|
|
|
web = import ./web.nix args;
|
2023-12-10 23:48:46 +01:00
|
|
|
bootstrap = import ./bootstrap/shell.nix args;
|
2023-04-14 17:12:35 +02:00
|
|
|
}
|