deno2.nix/devshell.toml

15 lines
275 B
TOML
Raw Normal View History

2022-06-19 01:24:56 +00:00
[devshell]
packages = [
"alejandra", # Formatter for nix
"deno",
"taplo-cli",
]
[[commands]]
package = "treefmt"
category = "formatter"
2022-06-19 01:46:40 +00:00
[[commands]]
name = "update_lockfile"
command = "deno cache --import-map=./import_map.json --lock lock.json --lock-write ./mod.ts"