Skip to content
Snippets Groups Projects
Commit 9cd30744 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

try with a better work-around and the env var

parent c5c4e385
No related branches found
No related tags found
1 merge request!277Refactor the Nix packaging for reduced duplication and to provide a more useful shell environment
......@@ -179,6 +179,8 @@ jobs:
- run:
name: "Set up Cachix"
command: |
mkdir -p /etc/ssl/certs/
ln -s $NIX_SSL_CERT_FILE /etc/ssl/certs/
nix-env -f $NIXPKGS -iA cachix bash
cachix use "${CACHIX_NAME}"
nix path-info --all > /tmp/store-path-pre-build
......
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