From 3f6ae04bcc5f6d58f3586f1527aed4a65f10ed27 Mon Sep 17 00:00:00 2001 From: fruchti Date: Sat, 25 Mar 2023 09:54:00 +0100 Subject: [PATCH] overlays/default.nix: Fix indents --- overlays/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index f11bdca..7cd1fd2 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -1,6 +1,6 @@ { ... }: { - imports = [ - ./burp.nix - ]; + imports = [ + ./burp.nix + ]; }