Skip to content

Commit b97a40a

Browse files
committed
disable neovim-nightly
1 parent 5024232 commit b97a40a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
url = "github:ryantm/agenix";
1717
inputs.nixpkgs.follows = "nixpkgs";
1818
};
19-
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
19+
# neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
2020
gridx = {
2121
url = "git+ssh://[email protected]/debugloop/gridx";
2222
# url = "path:/home/danieln/code/gridx";

home/nvim/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
enable = true;
1010
viAlias = true;
1111
vimAlias = true;
12-
package = pkgs.neovim;
12+
# package = pkgs.neovim;
1313
};
1414

1515
xdg.configFile = let

hosts/common/nix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
warnUndeclaredOptions = true;
3434
};
3535
overlays = [
36-
inputs.neovim-nightly-overlay.overlays.default
36+
# inputs.neovim-nightly-overlay.overlays.default
3737
inputs.niri.overlays.niri
3838
];
3939
};

0 commit comments

Comments
 (0)