Skip to content
Snippets Groups Projects
Commit 62603f23 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

install nix-env engage for gitlab ci

parent 3a72193c
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ variables:
before_script:
# Install direnv and nix-direnv
- if command -v nix > /dev/null; then nix-env -iA nixpkgs.direnv nixpkgs.nix-direnv; fi
- if command -v nix > /dev/null; then nix-env -iA nixpkgs.direnv nixpkgs.nix-direnv nixpkgs.engage; fi
# Allow .envrc
- if command -v nix > /dev/null; then direnv allow; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment