1
Fork 0
satellite/devshells/default.nix

9 lines
194 B
Nix
Raw Normal View History

2023-04-14 17:12:35 +02:00
args: {
haskell = import ./haskell.nix args;
purescript = import ./purescript.nix args;
rwtw = import ./rwtw.nix args;
typst = import ./typst.nix args;
2023-12-04 06:25:00 +01:00
lua = import ./lua.nix args;
2023-04-14 17:12:35 +02:00
}