1
Fork 0
satellite/devshells/default.nix
2023-12-10 23:48:46 +01:00

10 lines
243 B
Nix

args: {
haskell = import ./haskell.nix args;
purescript = import ./purescript.nix args;
rwtw = import ./rwtw.nix args;
typst = import ./typst.nix args;
lua = import ./lua.nix args;
bootstrap = import ./bootstrap/shell.nix args;
}