From e16d8654285d03be0d9efa47e153c6a8ec103ffb Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Fri, 6 Mar 2026 00:18:31 +0100 Subject: docs: add how to incorporate in nixos flake to readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce25dd1..db401ad 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,19 @@ ## Run ``` -nix run git+https://git.node5.net/nix/nvim --no-write-lock-file +nix run git+https://git.node5.net/nix/nvim +``` + +## Add to NixOS flake + +Add this to your inputs + +```nix +node5-nvim.url = "git+https://git.node5.net/nix/nvim"; +``` + +And this to `environment.systemPackages` + +```nix +inputs.node5-nvim.packages.x86_64-linux.default ``` -- cgit v1.2.3