From 680d6fcdd791183fd83275e491d2d5079e24f291 Mon Sep 17 00:00:00 2001 From: Nick Spinale Date: Wed, 29 May 2024 11:32:51 +0000 Subject: [PATCH] nix: Fix style Signed-off-by: Nick Spinale --- hacking/nix/rust-utils/vendor-lockfile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/nix/rust-utils/vendor-lockfile.nix b/hacking/nix/rust-utils/vendor-lockfile.nix index 799af00fc..4719b7f09 100644 --- a/hacking/nix/rust-utils/vendor-lockfile.nix +++ b/hacking/nix/rust-utils/vendor-lockfile.nix @@ -79,7 +79,7 @@ let inherit type; value = { git = parseGitSource; - registry = parseRegistrySource; + registry = parseRegistrySource; }.${type} value; };