From 9dff1bac838b5a827b1e323bdc983b0f7d1e61bd Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Tue, 14 Mar 2023 10:48:19 +0100 Subject: chore(nix): format code using alejandra Signed-off-by: Sefa Eyeoglu --- nix/flake-compat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/flake-compat.nix') diff --git a/nix/flake-compat.nix b/nix/flake-compat.nix index 8b6cb99c..7162a6cf 100644 --- a/nix/flake-compat.nix +++ b/nix/flake-compat.nix @@ -6,4 +6,4 @@ let sha256 = narHash; }; in -import flake-compat { src = ../.; } + import flake-compat {src = ../.;} -- cgit