add nix-shell boilerplate (#1028)

This enables users of nix-shell to automagically have the correct 
development environment by simply changing directory into a
checkout of this repo. For more information on this see the following
links:

- https://christine.website/blog/how-i-start-nix-2020-03-08
- https://direnv.net/
This commit is contained in:
Christine Dodrill
2020-12-29 12:17:03 -05:00
committed by GitHub
parent 0d94fe5f69
commit 70f14af21e
2 changed files with 28 additions and 0 deletions

4
.gitignore vendored
View File

@@ -17,3 +17,7 @@ cmd/tailscaled/tailscaled
# Dependency directories (remove the comment below to include it)
# vendor/
# direnv config, this may be different for other people so it's probably safer
# to make this nonspecific.
.envrc