Skip to content

Commit

Permalink
one commit to rule them all
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Cambridge authored and rcambrj committed Oct 21, 2024
0 parents commit b14c208
Show file tree
Hide file tree
Showing 15 changed files with 1,952 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# ^ added for shellcheck and file-type detection

# Watch & reload direnv on change
watch_file devshell.toml

if [[ $(type -t use_flake) != function ]]; then
echo "ERROR: use_flake function missing."
echo "Please update direnv to v2.30.0 or later."
exit 1
fi
use flake
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.direnv/
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
all: README.html README.pdf

README.html: README.md
go run .

README.pdf: README.md
go run .
Loading

0 comments on commit b14c208

Please sign in to comment.