added direnv as before_script

This commit is contained in:
Sebastian Wendel 2022-07-12 13:53:00 +02:00
parent 21125cc5f7
commit 906e4344c0
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -2,6 +2,9 @@
default:
image: nixos/nix:latest
retry: 2
before_script:
- nix-shell -p direnv
- direnv allow
stages:
- test