commit | fe1740cc76af3fa3b69df4d588a3112384700003 | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Sat Oct 21 01:24:18 2023 +0000 |
committer | Skyler Grey <minion@clicks.codes> | Sat Oct 21 01:24:18 2023 +0000 |
tree | 4ef413c0cd2f3205fa1c5f431ad082edc382b127 | |
parent | 2ca6ccd8796707dd8231ce578da9183153b8632f [diff] [blame] |
Format with nixfmt Change-Id: If9839d2c3308538ac8f3e166b69675d3b40bd7d9
diff --git a/modules/cache.nix b/modules/cache.nix index eee9d79..89bbce6 100644 --- a/modules/cache.nix +++ b/modules/cache.nix
@@ -1,8 +1,7 @@ { nix.settings = { substituters = [ "https://cache.garnix.io" ]; - trusted-public-keys = [ - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" - ]; + trusted-public-keys = + [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ]; }; }