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
|
### With Nix
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nix run 'github:ringofstorms/nvim/nix-flake'
|
nix run 'github:ringofstorms/nvim'
|
||||||
```
|
```
|
||||||
|
|
||||||
in NixOS
|
in NixOS
|
||||||
|
@ -18,7 +18,7 @@ in NixOS
|
||||||
```nix
|
```nix
|
||||||
-- in flake.nix#inputs
|
-- in flake.nix#inputs
|
||||||
ringofstorms-nvim = {
|
ringofstorms-nvim = {
|
||||||
url = "github:RingOfStorms/nvim/nix-flake";
|
url = "github:RingOfStorms/nvim";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
-- in nix module
|
-- in nix module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue