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

I don't really understand nix-env's resolution rules

parent 8b7bdf70
No related branches found
No related tags found
1 merge request!273Fix certificate validation errors during environment setup on CI
...@@ -170,7 +170,7 @@ jobs: ...@@ -170,7 +170,7 @@ jobs:
- run: - run:
name: "Set up Cachix" name: "Set up Cachix"
command: | command: |
nix-env -f $NIXPKGS -iA nixpkgs.cachix nixpkgs.bash nix-env -f $NIXPKGS -iA cachix bash
cachix use "${CACHIX_NAME}" cachix use "${CACHIX_NAME}"
nix path-info --all > /tmp/store-path-pre-build 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