mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(nix): make all bash injections combined
This commit is contained in:
parent
5465196ba8
commit
cc12e37e5b
2 changed files with 10 additions and 5 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