From 42b7a1205b07889d595adf5f67eacdc469d43927 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Sun, 27 Jul 2025 23:53:49 -0400 Subject: [PATCH] build: update `flake.lock` (#1933) This doesn't actually change any of the dependencies, it just makes the changes to `flake.lock` that are automatically made when running `nix develop`. See also #1932. --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 639908dd0..32f10fd67 100644 --- a/flake.lock +++ b/flake.lock @@ -309,11 +309,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "path": "././././././././contrib/nix/dev", + "path": "contrib/nix/dev", "type": "path" }, "original": { - "path": "././././././././contrib/nix/dev", + "path": "contrib/nix/dev", "type": "path" }, "parent": [] @@ -325,11 +325,11 @@ "nixvim": "nixvim" }, "locked": { - "path": "editors/nixvim", + "path": "editors/neovim/samples/nixvim", "type": "path" }, "original": { - "path": "editors/nixvim", + "path": "editors/neovim/samples/nixvim", "type": "path" }, "parent": []