From aff9645d0168069688858c71af71e080c7814543 Mon Sep 17 00:00:00 2001 From: Niols Date: Thu, 7 Dec 2023 13:51:13 +0000 Subject: [PATCH] Format Nix files --- flake.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index e455fa3..db2b2c0 100644 --- a/flake.nix +++ b/flake.nix @@ -71,11 +71,8 @@ }; nixConfig = { - extra-trusted-substituters = [ - "https://morbig.cachix.org/" - ]; - extra-trusted-public-keys = [ - "morbig.cachix.org-1:l6jrpCfkt03SwhxnK7VNDgrnMDW9OA92BTcuZTNw60I=" - ]; + extra-trusted-substituters = [ "https://morbig.cachix.org/" ]; + extra-trusted-public-keys = + [ "morbig.cachix.org-1:l6jrpCfkt03SwhxnK7VNDgrnMDW9OA92BTcuZTNw60I=" ]; }; }