1
Fork 0
satellite/devshells/default.nix
2023-08-14 14:49:55 +03:00

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;
}