summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-10-21 18:15:13 -0400
committerseth <[email protected]>2023-10-21 18:24:16 -0400
commitbb22116b2d6261da93f1eb58e4b17601e2298f2c (patch)
tree1ae48813e17fbefc58dc691ae3e134a7ae5368fc /flake.lock
parent7288ffcecd47f0beab4e200416500affe7690941 (diff)
seth: use getchvim over in-house config
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock109
1 files changed, 109 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index d4e90f8..2405497 100644
--- a/flake.lock
+++ b/flake.lock
@@ -150,6 +150,37 @@
"type": "github"
}
},
+ "getchvim": {
+ "inputs": {
+ "neovim": "neovim",
+ "neovim-nix": "neovim-nix",
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "parts": [
+ "parts"
+ ],
+ "pre-commit": [
+ "pre-commit"
+ ],
+ "utils": [
+ "flake-utils"
+ ]
+ },
+ "locked": {
+ "lastModified": 1697926294,
+ "narHash": "sha256-MzHRLhL2L4Su7rthqkdupxooETN3dq9waEmXSw4kKWQ=",
+ "owner": "getchoo",
+ "repo": "getchvim",
+ "rev": "ca59ebcf3dd17153b90a0ceca86af14db941ac3c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "getchoo",
+ "repo": "getchvim",
+ "type": "github"
+ }
+ },
"gitignore": {
"inputs": {
"nixpkgs": [
@@ -251,6 +282,83 @@
"type": "github"
}
},
+ "lazy-nvim": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1678889456,
+ "narHash": "sha256-R+sfPOuWfwbrNXUiKQcb8MHYqK+o5Pw8gkEaYaidqp0=",
+ "owner": "folke",
+ "repo": "lazy.nvim",
+ "rev": "6b55862d2d264f0b48e0b9e42cc2d14f136bed55",
+ "type": "github"
+ },
+ "original": {
+ "owner": "folke",
+ "repo": "lazy.nvim",
+ "type": "github"
+ }
+ },
+ "neovim": {
+ "inputs": {
+ "flake-utils": [
+ "getchvim",
+ "utils"
+ ],
+ "nixpkgs": [
+ "getchvim",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "dir": "contrib",
+ "lastModified": 1697918051,
+ "narHash": "sha256-fMlw0rw3sO5GsjQVowSo79fSnZQAMT+w1gAkuKuNxw0=",
+ "owner": "neovim",
+ "repo": "neovim",
+ "rev": "3a3e0251267a99eec6cfb2a058f9e992d01107fd",
+ "type": "github"
+ },
+ "original": {
+ "dir": "contrib",
+ "owner": "neovim",
+ "repo": "neovim",
+ "type": "github"
+ }
+ },
+ "neovim-nix": {
+ "inputs": {
+ "flake-parts": [
+ "getchvim",
+ "parts"
+ ],
+ "lazy-nvim": "lazy-nvim",
+ "neovim": [
+ "getchvim",
+ "neovim"
+ ],
+ "nixpkgs": [
+ "getchvim",
+ "nixpkgs"
+ ],
+ "pre-commit-nix": [
+ "getchvim",
+ "pre-commit"
+ ]
+ },
+ "locked": {
+ "lastModified": 1690613475,
+ "narHash": "sha256-DyhvApZb/NBZ92dBgr0deJi4XQZ6lppIc92aDGrj8OY=",
+ "owner": "willruggiano",
+ "repo": "neovim.nix",
+ "rev": "b9ba181c5e20287aeeda4203e02c73f2cff370c4",
+ "type": "github"
+ },
+ "original": {
+ "owner": "willruggiano",
+ "repo": "neovim.nix",
+ "type": "github"
+ }
+ },
"nix-index-database": {
"inputs": {
"nixpkgs": [
@@ -440,6 +548,7 @@
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"getchoo": "getchoo",
+ "getchvim": "getchvim",
"guzzle_api": "guzzle_api",
"hm": "hm",
"lanzaboote": "lanzaboote",