Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
unpin neovim-nightly overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Feb 13, 2023
1 parent f80d435 commit cad7f1a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 30 deletions.
39 changes: 13 additions & 26 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
description = "Chris' Neovim Configuration";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/master";

neovim-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
inputs.nixpkgs.url = "github:nixos/nixpkgs?rev=fad51abd42ca17a60fc1d4cb9382e2d79ae31836";
#inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/neovim-nightly-overlay/master";
inputs.nixpkgs.follows = "nixpkgs";
};

# LSP plugins
Expand Down

0 comments on commit cad7f1a

Please sign in to comment.