[fix] nixvim: rollback to nixpkgs-stable
See [nixvim/#1699][1] for context. [1]: <https://github.com/nix-community/nixvim/issues/1699>
This commit is contained in:
parent
f30f93283e
commit
63f529704d
3 changed files with 6 additions and 4 deletions
|
@ -45,7 +45,9 @@
|
|||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs = {
|
||||
nixpkgs.follows = "unstable";
|
||||
# Disable until fixed upstream: https://github.com/nix-community/nixvim/issues/1699
|
||||
# nixpkgs.follows = "unstable";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
devshell.follows = "devshell";
|
||||
nix-darwin.follows = ""; # disable MacOS stuff
|
||||
home-manager.follows = "home-manager";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue