summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-07-31 19:46:42 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-07-31 19:46:42 -0500
commit914dfc4f066ef16a75e69f4bad304895b38a1aa5 (patch)
treecb0ccb3772ad9dea840dcaa77aff88f3e46d810e /flake.lock
parent0a4ea9fbfa5a778b4ab64df8b308d557668daf3d (diff)
downloadnixos-914dfc4f066ef16a75e69f4bad304895b38a1aa5.tar.xz
nixos-914dfc4f066ef16a75e69f4bad304895b38a1aa5.zip
move neovim config to neovim-vanilla flake
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock21
1 files changed, 21 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index a3d050b..9564aa1 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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",