Skip to content

Commit 1f75ead

Browse files
authored
mv .envrc → .envrc.example to allow personalization (purescript#1174)
1 parent 6d8e02f commit 1f75ead

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.envrc renamed to .envrc.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22

3+
# For Nix flake users who want an automatic dev shell
34
if command -v nix;
45
then
56
export NIXPKGS_ALLOW_UNFREE=1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/bin/bundle.js
1313
/bin/docs-search-app.js
1414
.direnv
15+
.envrc
1516
*.node
1617
**/.vscode
1718
**/.DS_Store

0 commit comments

Comments
 (0)