update readme
This commit is contained in:
parent
0ccfe5404f
commit
be3a8be418
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue