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

Commit

Permalink
FIX Can't install Nix 2.2.1 on clean Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchm authored Feb 15, 2019
1 parent ed12880 commit 26d45af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ dependencies:
override:
- sudo mkdir -p /nix
- sudo chown ubuntu /nix
- curl https://nixos.org/nix/install | sudo sh
- mkdir -p /nix /etc/nix
- chmod a+rwx /nix \
- echo 'sandbox = false' > /etc/nix/nix.conf
- curl https://nixos.org/nix/install | sh
- echo "source ~/.nix-profile/etc/profile.d/nix.sh" >> ~/.circlerc
- nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
- nix-channel --update
Expand Down

0 comments on commit 26d45af

Please sign in to comment.