summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/custom-neovim/flake.lock')
-rw-r--r--pkgs/custom-neovim/flake.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/flake.lock b/pkgs/custom-neovim/flake.lock
index 4ad3238..73396ff 100644
--- a/pkgs/custom-neovim/flake.lock
+++ b/pkgs/custom-neovim/flake.lock
@@ -20,6 +20,21 @@
"type": "github"
}
},
+ "mnw": {
+ "locked": {
+ "lastModified": 1748710831,
+ "narHash": "sha256-eZu2yH3Y2eA9DD3naKWy/sTxYS5rPK2hO7vj8tvUCSU=",
+ "owner": "Gerg-L",
+ "repo": "mnw",
+ "rev": "cff958a4e050f8d917a6ff3a5624bc4681c6187d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "Gerg-L",
+ "repo": "mnw",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1749401433,
@@ -39,6 +54,7 @@
"root": {
"inputs": {
"flake-utils": "flake-utils",
+ "mnw": "mnw",
"nixpkgs": "nixpkgs",
"systems": "systems"
}