DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

d7d548dba57e9ab0c668a07595851425d2082734 — Jonni Liljamo 3 months ago 3891c66
feat: testing instructions
2 files changed, 11 insertions(+), 2 deletions(-)

A README.md
M flake.nix
A README.md => README.md +6 -0
@@ 0,0 1,6 @@
# nvim-flake

## Testing
```bash
nix  run .# -- .
```

M flake.nix => flake.nix +5 -2
@@ 35,11 35,14 @@
        nvim = nv.makeNixvimWithModule nvModule;
      in {
        checks.default = nvLib.check.mkTestDerivationFromNixvimModule nvModule;
        packages.default = nvim;
        packages = {
          inherit nvim;
          default = nvim;
        };

        devShells.default = pkgs.mkShell {
          buildInputs = [
            nvim
            #nvim

            pkgs.nil
            pkgs.alejandra