chore: update and Alejandra formatting on devenv
This commit is contained in:
parent
37674d828e
commit
44565c5139
4 changed files with 21 additions and 18 deletions
12
devenv.nix
12
devenv.nix
|
@ -37,10 +37,14 @@
|
|||
'';
|
||||
|
||||
# https://devenv.sh/tests/
|
||||
enterTest = ''
|
||||
echo "Running tests"
|
||||
git --version | grep --color=auto "${pkgs.git.version}"
|
||||
'';
|
||||
enterTest =
|
||||
/*
|
||||
shell
|
||||
*/
|
||||
''
|
||||
echo "Running tests"
|
||||
git --version | grep --color=auto "${pkgs.git.version}"
|
||||
'';
|
||||
|
||||
# https://devenv.sh/pre-commit-hooks/
|
||||
# pre-commit.hooks.shellcheck.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue