From de4cb97b27f86f72fa05fe37f2ae02a6cb8af2dc Mon Sep 17 00:00:00 2001 From: Fabian Kirchner Date: Tue, 5 Sep 2023 13:34:46 +0200 Subject: add tests for elm and nix --- tests/nix.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/nix.nix (limited to 'tests/nix.nix') diff --git a/tests/nix.nix b/tests/nix.nix new file mode 100644 index 0000000..de2e7f3 --- /dev/null +++ b/tests/nix.nix @@ -0,0 +1,13 @@ +{ pkgs ? import {}, ... }: + +pkgs.mkShell { + # TODO add more dependencies + buildInputs = [ + pkgs.tree-sitter + ]; + + /* TODO remove unnecessary content */ + shellHook = '' + ls + '' +} -- cgit v1.2.3