Skip to content

Commit

Permalink
fix:updated dir copy
Browse files Browse the repository at this point in the history
  • Loading branch information
i2amsam committed Feb 3, 2025
1 parent 985147f commit aea5483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/idx-template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
];
bootstrap = ''
mkdir "$out"
cp -rf ${./.}/${sample}/* "$out"
cp -rf ${./.}/${sample}/. "$out"
chmod -R u+w "$out"
'';
}

0 comments on commit aea5483

Please sign in to comment.