chore: nvim should follow nixpkgs
All checks were successful
build-flake / build (pull_request) Successful in 6m3s
build-flake / Release a new version (push) Successful in 8s
build-flake / Build flake (push) Successful in 5m28s

This commit was merged in pull request #35.
This commit is contained in:
2024-11-21 21:18:08 +02:00
parent 204ad75438
commit 4f822e88b8
2 changed files with 14 additions and 28 deletions

View File

@@ -5,7 +5,7 @@
flake-utils.url = "github:numtide/flake-utils";
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
# inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
};