From c490b529eda7e79421f8a34c21ad7d92ff7831ce Mon Sep 17 00:00:00 2001 From: Kamil Chmielewski Date: Tue, 27 Sep 2016 03:57:20 +0200 Subject: [PATCH] FIX circle build uses nixpkgs-unstable --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 97d407d..ba607b2 100644 --- a/circle.yml +++ b/circle.yml @@ -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