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

Make the nixpkgs revision more easily accessible

parent 9d70f7ba
No related branches found
No related tags found
1 merge request!14Try out a CircleCI configuration
...@@ -20,9 +20,14 @@ jobs: ...@@ -20,9 +20,14 @@ jobs:
- image: "nixos/nix:2.2.1" - image: "nixos/nix:2.2.1"
environment: environment:
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/3c83ad6ac13b67101cc3e2e07781963a010c1624.tar.gz" NIXPKGS_REV: "3c83ad6ac13b67101cc3e2e07781963a010c1624"
steps: steps:
- 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"
- run: - run:
name: "Install CA Certificates" name: "Install CA Certificates"
command: | command: |
......
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