fix(flake): pin neovim-nightly
Currently breaks on `master`
This commit is contained in:
parent
6931b12130
commit
b57b4c82ca
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@
|
||||||
|
|
||||||
neovim-nightly-overlay = {
|
neovim-nightly-overlay = {
|
||||||
url = "github:nix-community/neovim-nightly-overlay";
|
url = "github:nix-community/neovim-nightly-overlay";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
inputs.nixpkgs.url = "github:nixos/nixpkgs?rev=fad51abd42ca17a60fc1d4cb9382e2d79ae31836";
|
||||||
};
|
};
|
||||||
|
|
||||||
zig-overlay = {
|
zig-overlay = {
|
||||||
|
|
Loading…
Reference in a new issue