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

quoting counts

parent c2655405
No related branches found
No related tags found
1 merge request!14Try out a CircleCI configuration
......@@ -26,7 +26,7 @@ jobs:
- run:
name: "Setup NIX_PATH Environment Variable"
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
- restore_cache:
name: "Restore Nix Store Paths"
......
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