Skip to content

Commit

Permalink
chore: nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
polarmutex committed Nov 8, 2023
1 parent 27d7982 commit d939981
Show file tree
Hide file tree
Showing 10 changed files with 759 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .busted
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
return {
_all = {
coverage = false,
lpath = "lua/?.lua;lua/?/init.lua",
},
default = {
verbose = true
},
tests = {
verbose = true
},
}
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake . -Lv
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.zshrc.bak
.direnv
.pre-commit-config.yaml
Empty file added doc/git-worktree.txt
Empty file.
Loading

0 comments on commit d939981

Please sign in to comment.