Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PaymentServer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Administrator
PaymentServer
Commits
629e8660
Unverified
Commit
629e8660
authored
5 years ago
by
Jean-Paul Calderone
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #40 from zupo/patch-1
Tiny typo fix in the CircleCI configuration
parents
5a8b0705
8d5aa8c3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+1
-1
1 addition, 1 deletion
.circleci/config.yml
with
1 addition
and
1 deletion
.circleci/config.yml
+
1
−
1
View file @
629e8660
...
@@ -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 `BAS
E
_ENV` feature as we do here.
# the `BAS
H
_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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment