Skip to content
Snippets Groups Projects
Unverified Commit 8d5aa8c3 authored by Nejc Zupan's avatar Nejc Zupan Committed by GitHub
Browse files

Tiny typo fix

parent 5a8b0705
No related branches found
No related tags found
1 merge request!40Tiny typo fix
......@@ -37,7 +37,7 @@ jobs:
# nixpkgs we selected will be used everywhere Nix pulls in software.
# There is no way to set an environment variable containing the
# 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"
command: |
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