Skip to content

Commit

Permalink
build: add nix dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jun 19, 2024
1 parent 16ed834 commit 6c12e1d
Show file tree
Hide file tree
Showing 5 changed files with 420 additions and 0 deletions.
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,3 +1,5 @@
todo.norg
.libraries/
.luarc.json
.direnv
result
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,18 @@ These two steps can be executed together with
```bash
make dev_setup
```

## Nix dev environment

For nix users, all of these tools are made available in a dev shell.

Run
```bash
nix develop
```

You can test-drive a minimal Neovim package with only neocomplete.nvim and its dependencies
installed by running
```bash
nix run .#nvim
```
325 changes: 325 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6c12e1d

Please sign in to comment.