diff options
| author | seth <[email protected]> | 2024-06-30 09:53:37 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-06-30 10:23:04 -0400 |
| commit | 5d3045a0769af3a94fba7b5cf646e8498aaef595 (patch) | |
| tree | 163abb8e783c10d012cd368f36c2fdb527650380 /flake.nix | |
| parent | ba80e0d33f25ef652c4fd4bccde24bdf17bf604a (diff) | |
flake: update getchvim
Flake lock file updates:
• Updated input 'getchvim':
'github:getchoo/getchvim/e27749f43ad3423ece65ade536a1dfd00a10c9e5' (2024-06-22)
→ 'github:getchoo/getchvim/4de3b4a1bc88e8fcf676dcd065bab867b32f9d29' (2024-06-30)
• Removed input 'getchvim/flake-checks'
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -83,10 +83,7 @@ getchvim = { url = "github:getchoo/getchvim"; - inputs = { - nixpkgs.follows = "nixpkgs"; - flake-checks.follows = ""; - }; + inputs.nixpkgs.follows = "nixpkgs"; }; home-manager = { |
