Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #26 from kamilchm/circle
Browse files Browse the repository at this point in the history
FIX circle build uses nixpkgs-unstable
  • Loading branch information
kamilchm authored Sep 27, 2016
2 parents dba803d + c490b52 commit 118c629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- sudo chown ubuntu /nix
- curl https://nixos.org/nix/install | sh
- echo "source ~/.nix-profile/etc/profile.d/nix.sh" >> ~/.circlerc
- nix-channel --add https://nixos.org/channels/nixos-unstable nixpkgs
- nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
- nix-channel --update
- nix-env -u
- mkdir -p ~/nix_out
Expand Down

0 comments on commit 118c629

Please sign in to comment.