diff options
| author | seth <[email protected]> | 2023-11-01 06:45:50 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-01 06:46:32 -0400 |
| commit | 0e280330104542fbd210f6396d964a9f38458aa9 (patch) | |
| tree | 4cfb5632066e2e90493836dd593366078b79e14a /flake.lock | |
| parent | 1f4ea1037f9303214cd83a1be9280af14fedbc45 (diff) | |
flake: update getchvim
Flake lock file updates:
• Updated input 'getchvim':
'github:getchoo/getchvim/ca59ebcf3dd17153b90a0ceca86af14db941ac3c' (2023-10-21)
→ 'github:getchoo/getchvim/09004f4517eba8f57d37897e34f6ba56ad3653f1' (2023-11-01)
• Removed input 'getchvim/neovim'
• Removed input 'getchvim/neovim/flake-utils'
• Removed input 'getchvim/neovim/nixpkgs'
• Removed input 'getchvim/neovim-nix'
• Removed input 'getchvim/neovim-nix/flake-parts'
• Removed input 'getchvim/neovim-nix/lazy-nvim'
• Removed input 'getchvim/neovim-nix/neovim'
• Removed input 'getchvim/neovim-nix/nixpkgs'
• Removed input 'getchvim/neovim-nix/pre-commit-nix'
• Removed input 'getchvim/utils'
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 88 |
1 files changed, 3 insertions, 85 deletions
@@ -175,8 +175,6 @@ }, "getchvim": { "inputs": { - "neovim": "neovim", - "neovim-nix": "neovim-nix", "nixpkgs": [ "nixpkgs" ], @@ -185,17 +183,14 @@ ], "pre-commit": [ "pre-commit" - ], - "utils": [ - "flake-utils" ] }, "locked": { - "lastModified": 1697926294, - "narHash": "sha256-MzHRLhL2L4Su7rthqkdupxooETN3dq9waEmXSw4kKWQ=", + "lastModified": 1698835368, + "narHash": "sha256-dzRxsMixBWZxpqlv33eCZsCkCD72+YRFNx2dSV/BUcQ=", "owner": "getchoo", "repo": "getchvim", - "rev": "ca59ebcf3dd17153b90a0ceca86af14db941ac3c", + "rev": "09004f4517eba8f57d37897e34f6ba56ad3653f1", "type": "github" }, "original": { @@ -305,83 +300,6 @@ "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": [ |
