Add run file with a build task
This commit is contained in:
parent
fe9435df8a
commit
2caa74232a
2 changed files with 20 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
rm $out/.envrc
|
||||
rm $out/flake.lock
|
||||
rm $out/flake.nix
|
||||
rm $out/run
|
||||
rm $out/stylua.toml
|
||||
'';
|
||||
src = ./.;
|
||||
|
|
|
|||
Reference in a new issue