Thu, 16 May 2024 14:51:53 -0500
Update for neovim 0.10
Drop editorconfig (added to 0.9)
Gate pull_diags (added to 0.10)
1113 | 1 | #!/bin/sh |
2 | set -eu | |
3 | ||
4 | curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | | |
5 | sh -s -- install "$@" |