mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -04:00
Merge branch 'nvim-treesitter:main' into main
This commit is contained in:
commit
1a526e8fb5
8 changed files with 41 additions and 33 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue