overlays/default.nix: Fix indents

This commit is contained in:
fruchti 2023-03-25 09:54:00 +01:00
parent a933b3189e
commit 3f6ae04bcc

View file

@ -1,6 +1,6 @@
{ ... }: { ... }:
{ {
imports = [ imports = [
./burp.nix ./burp.nix
]; ];
} }