8 lines
163 B
Nix
8 lines
163 B
Nix
args: {
|
|
haskell = import ./haskell.nix args;
|
|
purescript = import ./purescript.nix args;
|
|
rwtw = import ./rwtw.nix args;
|
|
typst = import ./typst.nix args;
|
|
}
|
|
|