1
Fork 0

Set up conform.nvim

This commit is contained in:
Matei Adriel 2023-12-04 06:25:00 +01:00
parent 445c5965c6
commit e6f397f4be
No known key found for this signature in database
11 changed files with 68 additions and 77 deletions

View file

@ -1,5 +1,5 @@
# shell containing the tools i most commonly use for purescript work!
{ pkgs, ... }:
pkgs.mkShell {
nativebuildinputs = with pkgs; [ purescript spago typescript nodejs ];
packages = with pkgs; [ purescript spago typescript nodejs ];
}