Skip to content

Commit 3c5bb0b

Browse files
committed
srt clean
1 parent bd0d6fd commit 3c5bb0b

23 files changed

+1576
-5
lines changed

booknote/.envrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake . --impure

booknote/.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.direnv/
2+
dist-newstyle/
3+
dist
4+
dist-*
5+
cabal-dev
6+
*.o
7+
*.hi
8+
*.chi
9+
*.chs.h
10+
*.dyn_o
11+
*.dyn_hi
12+
.hpc
13+
.hsenv
14+
.cabal-sandbox/
15+
cabal.sandbox.config
16+
*.prof
17+
*.aux
18+
*.hp
19+
*.eventlog
20+
.stack-work/
21+
result

booknote/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Get going
2+
3+
Rename all the things "renameme" to whatever.
4+
5+
run `nix develop` to get the pre-commit hook going.
6+
7+
## Editor
8+
it's assumed that the editor, most likely nixvim, is configured separate from
9+
this.

0 commit comments

Comments
 (0)