diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-07-31 19:46:42 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-07-31 19:46:42 -0500 |
| commit | 914dfc4f066ef16a75e69f4bad304895b38a1aa5 (patch) | |
| tree | cb0ccb3772ad9dea840dcaa77aff88f3e46d810e /flake.lock | |
| parent | 0a4ea9fbfa5a778b4ab64df8b308d557668daf3d (diff) | |
| download | nixos-914dfc4f066ef16a75e69f4bad304895b38a1aa5.tar.xz nixos-914dfc4f066ef16a75e69f4bad304895b38a1aa5.zip | |
move neovim config to neovim-vanilla flake
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -81,6 +81,26 @@ "type": "github" } }, + "neovim-vanilla-wrapped": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1785545076, + "narHash": "sha256-lT+lWgPVjkzVumhy9eS4dJULIf/zuOlyQySzj3DVSfY=", + "ref": "refs/heads/master", + "rev": "07ad5b45941fa3e33a70270592815fa317a14c19", + "revCount": 3, + "type": "git", + "url": "git://git.tjkeller.xyz/neovim-vanilla-wrapped" + }, + "original": { + "type": "git", + "url": "git://git.tjkeller.xyz/neovim-vanilla-wrapped" + } + }, "nixpkgs": { "locked": { "lastModified": 1785386831, @@ -183,6 +203,7 @@ "inputs": { "arkenfox": "arkenfox", "home-manager": "home-manager", + "neovim-vanilla-wrapped": "neovim-vanilla-wrapped", "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable", "open-bamboo-networking": "open-bamboo-networking", |
