From 8875ad5fb466944667e5171035aa8f5c01675e93 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 6 Jul 2024 04:02:35 -0400 Subject: tree-wide: alejandra -> nixfmt --- templates/full/flake.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'templates/full/flake.nix') diff --git a/templates/full/flake.nix b/templates/full/flake.nix index b9be66c..9d33ecb 100644 --- a/templates/full/flake.nix +++ b/templates/full/flake.nix @@ -15,9 +15,10 @@ }; }; - outputs = inputs: - inputs.flake-parts.lib.mkFlake {inherit inputs;} { - imports = [./nix]; + outputs = + inputs: + inputs.flake-parts.lib.mkFlake { inherit inputs; } { + imports = [ ./nix ]; systems = [ "x86_64-linux" -- cgit v1.2.3