Merge branch 'nvim-treesitter:main' into main

This commit is contained in:
Kelvin Davis 2026-02-06 10:26:45 +11:00 committed by GitHub
commit 1a526e8fb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 41 additions and 33 deletions

View file

@ -9,7 +9,8 @@ in {
drv1 = stdenv.mkDerivation {
buildPhase = "mkdir $out";
installPhase = ''
echo "bar" > $out/foo.txt
echo "${bar}" > $out/foo.txt
echo "baz"" >> $out/foo.txt
'';
};