Simplify flake

This commit is contained in:
Joscha 2023-08-30 21:44:03 +02:00
parent 3c4bbe3b6b
commit bb7808c9e7

View file

@ -18,7 +18,7 @@
tablejohn = naersk'.buildPackage
{
root = ./.;
nativeBuildInputs = [ pkgs.nodePackages.typescript ];
nativeBuildInputs = [ pkgs.typescript ];
};
default = tablejohn;
}