diff options
author | Will Ruggiano <wmruggiano@gmail.com> | 2023-04-15 06:54:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 14:54:16 +0200 |
commit | eb151a9730f0000ff46e0b3467e29bb9f02ae362 (patch) | |
tree | 5b18ea69f918e21cb8e4257d26492d519c653b38 | |
parent | 62b7b1daf37abbe4d72838933569fefa970aa2e4 (diff) | |
download | rneovim-eb151a9730f0000ff46e0b3467e29bb9f02ae362.tar.gz rneovim-eb151a9730f0000ff46e0b3467e29bb9f02ae362.tar.bz2 rneovim-eb151a9730f0000ff46e0b3467e29bb9f02ae362.zip |
build(nix): upgrade nixpkgs to resolve link error (#23101)
bump nixpkgs to get the appropriate treesitter version
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | contrib/flake.lock | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 5099766e78..5ada7d171a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ # Tools +/.direnv/ /venv/ compile_commands.json /.luarc.json +/.envrc # IDEs /.vs/ diff --git a/contrib/flake.lock b/contrib/flake.lock index c6dfb4642b..1144165ed1 100644 --- a/contrib/flake.lock +++ b/contrib/flake.lock @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1671983799, - "narHash": "sha256-Z2Ro6hFPZHkBqkVXY5/aBUzxi5xizQGvuHQ9+T5B/ks=", + "lastModified": 1681465517, + "narHash": "sha256-EasJh15/jcJNAHtq2SGbiADRXteURAnQbj1NqBoKkzU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "fad51abd42ca17a60fc1d4cb9382e2d79ae31836", + "rev": "abe7316dd51a313ce528972b104f4f04f56eefc4", "type": "github" }, "original": { |