From be3a8be4183147d5eade5cd3daee052e22193b30 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Josh)" Date: Mon, 13 May 2024 19:21:00 -0500 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b526cea..f938129 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Goals: ### With Nix ```sh -nix run 'github:ringofstorms/nvim/nix-flake' +nix run 'github:ringofstorms/nvim' ``` in NixOS @@ -18,7 +18,7 @@ in NixOS ```nix -- in flake.nix#inputs ringofstorms-nvim = { - url = "github:RingOfStorms/nvim/nix-flake"; + url = "github:RingOfStorms/nvim"; inputs.nixpkgs.follows = "nixpkgs"; }; -- in nix module