Skip to content
Snippets Groups Projects
Unverified Commit 629e8660 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone Committed by GitHub
Browse files

Merge pull request #40 from zupo/patch-1

Tiny typo fix in the CircleCI configuration
parents 5a8b0705 8d5aa8c3
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ jobs: ...@@ -37,7 +37,7 @@ jobs:
# nixpkgs we selected will be used everywhere Nix pulls in software. # nixpkgs we selected will be used everywhere Nix pulls in software.
# There is no way to set an environment variable containing the # There is no way to set an environment variable containing the
# value of another environment variable on CircleCI except to use # value of another environment variable on CircleCI except to use
# the `BASE_ENV` feature as we do here. # the `BASH_ENV` feature as we do here.
name: "Setup NIX_PATH Environment Variable" name: "Setup NIX_PATH Environment Variable"
command: | command: |
echo "export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/$NIXPKGS_REV.tar.gz" >> $BASH_ENV echo "export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/$NIXPKGS_REV.tar.gz" >> $BASH_ENV
......
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