Skip to content

Commit

Permalink
mv .envrc → .envrc.example to allow personalization (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
toastal authored Jan 19, 2024
1 parent 6d8e02f commit 1f75ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .envrc → .envrc.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

# For Nix flake users who want an automatic dev shell
if command -v nix;
then
export NIXPKGS_ALLOW_UNFREE=1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/bin/bundle.js
/bin/docs-search-app.js
.direnv
.envrc
*.node
**/.vscode
**/.DS_Store

0 comments on commit 1f75ead

Please sign in to comment.