diff options
| author | outremonde <outremonde@vivaldi.net> | 2025-06-14 19:34:53 -0400 |
|---|---|---|
| committer | outremonde <outremonde@vivaldi.net> | 2025-06-14 19:34:53 -0400 |
| commit | 803dbbda594c91f7db5f45ca8ca8c8258f5a2964 (patch) | |
| tree | 6af70105f9543b8461427b4a97bc427603623354 /pkgs/custom-neovim/flake.lock | |
| parent | 5fb489649aed5e79197d94a49c3f919c2c8b6ae5 (diff) | |
working on custom neovim project
Former-commit-id: 97e102a0b6a28911fb525fb91fa61347caba1276
Diffstat (limited to 'pkgs/custom-neovim/flake.lock')
| -rw-r--r-- | pkgs/custom-neovim/flake.lock | 16 |
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" } |
