From d7d548dba57e9ab0c668a07595851425d2082734 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Sun, 26 May 2024 21:30:53 +0300 Subject: [PATCH] feat: testing instructions --- README.md | 6 ++++++ flake.nix | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9b0b55 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# nvim-flake + +## Testing +```bash +nix run .# -- . +``` diff --git a/flake.nix b/flake.nix index 9656107..44ab373 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- 2.44.1