mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-16 11:40:54 +01:00
Update .envrc.
This commit is contained in:
parent
1d3e5047e8
commit
28446c3401
10
.envrc
10
.envrc
@ -1,10 +1,10 @@
|
||||
if command -v guix; then
|
||||
if has guix; then
|
||||
GUIX_PROFILE="${PWD}/.guix-root"
|
||||
rm -f "$GUIX_PROFILE"
|
||||
eval "$(guix time-machine -C channels-lock.scm -- shell -r "$GUIX_PROFILE" -D -f guix.scm -m manifest.scm --search-paths)"
|
||||
|
||||
# Add development scripts to PATH
|
||||
export PATH="$(pwd)/scripts:${PATH}"
|
||||
PATH_add "$(pwd)/scripts"
|
||||
|
||||
venv_dir=".venv"
|
||||
|
||||
@ -21,14 +21,8 @@ if command -v guix; then
|
||||
clear
|
||||
git-cal --author="$(git config user.name)"
|
||||
|
||||
run-tests () {
|
||||
run_pipeline_tests.sh
|
||||
}
|
||||
export_function run-tests
|
||||
cat << EOF
|
||||
|
||||
run-tests Runs pytest in the current directory
|
||||
|
||||
The 'scripts' directory has been added to your PATH: you can now invoke scripts without typing the relative path.
|
||||
|
||||
EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user