From 88017f5a874478dd82f306a5df88c38a8d06fcb6 Mon Sep 17 00:00:00 2001 From: tdback Date: Thu, 16 Jan 2025 19:57:13 -0500 Subject: fix: format flake with `nixfmt-rfc-style` --- hosts/sparrow/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/sparrow') diff --git a/hosts/sparrow/default.nix b/hosts/sparrow/default.nix index 824f5df..c7b175f 100644 --- a/hosts/sparrow/default.nix +++ b/hosts/sparrow/default.nix @@ -26,7 +26,10 @@ systemd-boot.enable = true; efi.canTouchEfiVariables = true; }; - binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" ]; + binfmt.emulatedSystems = [ + "aarch64-linux" + "riscv64-linux" + ]; }; # Since I don't always carry my split keyboard, remap CAPS to left CTRL. -- cgit v1.2.3