install nix-env engage for gitlab ci
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
3a72193c84
commit
62603f2348
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ variables:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Install direnv and nix-direnv
|
# 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
|
# Allow .envrc
|
||||||
- if command -v nix > /dev/null; then direnv allow; fi
|
- if command -v nix > /dev/null; then direnv allow; fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue