switched to using dev shells for local development environment
This commit is contained in:
parent
22f6a37ea8
commit
64d547aa16
12 changed files with 64 additions and 19 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -i bash ../shell.nix
|
||||
|
||||
echo "restoring stashed changes"
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -i bash ../shell.nix
|
||||
|
||||
echo "stashing all uncommitted changes"
|
||||
git stash -q --keep-index
|
||||
|
@ -11,7 +12,7 @@ if [ ! $? -eq 0 ]; then
|
|||
fi
|
||||
|
||||
echo "running linter"
|
||||
./lint.sh
|
||||
alejandra -q .
|
||||
|
||||
RESULT=$?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue