Skip to content

Commit

Permalink
Remove nix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski committed Apr 13, 2020
1 parent 399e3fd commit ef80677
Show file tree
Hide file tree
Showing 35 changed files with 130 additions and 1,228 deletions.
217 changes: 101 additions & 116 deletions .circleci/config.yml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .envrc
@@ -1,8 +1,9 @@
PATH_add bin

layout ruby

export EXPO_ROOT_DIR=`pwd`
export ANDROID_HOME=$ANDROID_SDK
export NIX_PATH=expo=`pwd`/nix:$NIX_PATH

source_local() {
file=./.envrc.local
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -11,6 +11,9 @@ node_modules
npm-debug.log
yarn-error.log

# Ruby
.direnv

# Emacs
*~

Expand Down
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
2.6.3
5 changes: 1 addition & 4 deletions CONTRIBUTING.md
Expand Up @@ -29,10 +29,7 @@ Manual smoke tests are included in `apps/native-component-list`, this is a good
## 📦 Download and Setup

1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device. (`git remote add upstream git@github.com:expo/expo.git` 😉)
2. Prepare for Nix installation: `./scripts/create-nix-volume`.
3. Restart your computer
4. Install Nix: `curl https://nixos.org/nix/install | sh`
5. Run the setup script with: `npm run setup:native` (if you just want to contribute to the docs, you can run `npm run setup:docs`). This command does the following for you:
1. Run the setup script with: `npm run setup:native` (if you just want to contribute to the docs, you can run `npm run setup:docs`). This command does the following for you:

<!-- TODO(Bacon): Split this into 2 scripts so people can contribute to docs without installing React Native -->

Expand Down
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem "fastlane"
12 changes: 6 additions & 6 deletions nix/fastlane/Gemfile.lock → Gemfile.lock
Expand Up @@ -5,10 +5,10 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
atomos (0.1.3)
aws-eventstream (1.0.3)
aws-partitions (1.295.0)
aws-sdk-core (3.93.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-eventstream (1.1.0)
aws-partitions (1.296.0)
aws-sdk-core (3.94.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
Expand Down Expand Up @@ -173,7 +173,7 @@ PLATFORMS
ruby

DEPENDENCIES
fastlane (~> 2.145.0)
fastlane

BUNDLED WITH
1.17.3
2.1.4
25 changes: 0 additions & 25 deletions android/.envrc

This file was deleted.

117 changes: 0 additions & 117 deletions android/shell.nix

This file was deleted.

3 changes: 0 additions & 3 deletions bin/aws

This file was deleted.

3 changes: 0 additions & 3 deletions bin/aws_bash_completer

This file was deleted.

3 changes: 0 additions & 3 deletions bin/aws_completer

This file was deleted.

3 changes: 0 additions & 3 deletions bin/fastlane

This file was deleted.

3 changes: 0 additions & 3 deletions bin/git-crypt

This file was deleted.

3 changes: 0 additions & 3 deletions bin/git-lfs

This file was deleted.

3 changes: 0 additions & 3 deletions bin/git-lfs-test-server-api

This file was deleted.

3 changes: 0 additions & 3 deletions bin/gulp

This file was deleted.

3 changes: 0 additions & 3 deletions bin/jq

This file was deleted.

19 changes: 0 additions & 19 deletions bin/nix-binstubs

This file was deleted.

3 changes: 0 additions & 3 deletions bin/node

This file was deleted.

3 changes: 0 additions & 3 deletions bin/npm

This file was deleted.

3 changes: 0 additions & 3 deletions bin/npx

This file was deleted.

3 changes: 0 additions & 3 deletions bin/pod

This file was deleted.

3 changes: 0 additions & 3 deletions bin/xcpretty

This file was deleted.

3 changes: 0 additions & 3 deletions bin/yarn

This file was deleted.

3 changes: 0 additions & 3 deletions bin/yarnpkg

This file was deleted.

54 changes: 0 additions & 54 deletions nix/all-packages.nix

This file was deleted.

19 changes: 0 additions & 19 deletions nix/default.nix

This file was deleted.

3 changes: 0 additions & 3 deletions nix/fastlane/.bundle/config

This file was deleted.

1 change: 0 additions & 1 deletion nix/fastlane/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions nix/fastlane/Gemfile

This file was deleted.

0 comments on commit ef80677

Please sign in to comment.