This commit is contained in:
Andrea Ciceri 2023-09-19 21:44:19 +02:00
parent 2a1f2576e4
commit a7ac7b4b74
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
8 changed files with 232 additions and 72 deletions

9
packages/nix-ts-mode.nix Normal file
View file

@ -0,0 +1,9 @@
{
trivialBuild,
src,
}:
trivialBuild {
inherit src;
pname = "nix-ts-mode";
version = "git";
}