Skip to content

Commit

Permalink
update mrshmllow to wires-org
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshmllow committed Jul 1, 2024
1 parent 438b573 commit 2967e8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Read `:h config` for how to configure neovim.
> Add `https://wires.cachix.org` & `wires.cachix.org-1:7XQoG91Bh+Aj01mAJi77Ui5AYyM1uEyV0h1wOomqjpk=` to your `nix.conf` file to prevent building neovim from scratch.
```sh
nix flake init -t github:mrshmllow/tolerable-nvim-nix#stable
nix flake init -t github:wires-org/tolerable-nvim-nix#stable

nix flake init -t github:mrshmllow/tolerable-nvim-nix#nightly
nix flake init -t github:wires-org/tolerable-nvim-nix#nightly
```

You can now alter the `example` directory and use it exactly as you would your normal `~/.config/nvim/`.
Expand Down
2 changes: 1 addition & 1 deletion templates/nightly/flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
inputs.nixpkgs.url = "github:nixos/nixpkgs?ref=nixpkgs-unstable";

inputs.tolerable.url = "github:mrshmllow/tolerable-nvim-nix";
inputs.tolerable.url = "github:wires-org/tolerable-nvim-nix";
inputs.tolerable.inputs.nixpkgs.follows = "nixpkgs";

inputs.nightly.url = "github:nix-community/neovim-nightly-overlay";
Expand Down
2 changes: 1 addition & 1 deletion templates/stable/flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
inputs.nixpkgs.url = "github:nixos/nixpkgs?ref=nixpkgs-unstable";

inputs.tolerable.url = "github:mrshmllow/tolerable-nvim-nix";
inputs.tolerable.url = "github:wires-org/tolerable-nvim-nix";
inputs.tolerable.inputs.nixpkgs.follows = "nixpkgs";

outputs = {
Expand Down

0 comments on commit 2967e8a

Please sign in to comment.