From 878e098be0654c668f2fbf9f2ebf12ec57354e5c Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 20 Feb 2025 16:37:49 +0000 Subject: refactor: run nixfmt format the nix code with nixfmt --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 8745f50..0f9438a 100644 --- a/shell.nix +++ b/shell.nix @@ -1 +1,2 @@ -(builtins.getFlake ("git+file://" + toString ./.)).devShells.${builtins.currentSystem}.default +(builtins.getFlake + ("git+file://" + toString ./.)).devShells.${builtins.currentSystem}.default -- cgit v1.2.3