From a60cc0118ed4be3423631d6aa2fba1cca9610801 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sat, 26 Aug 2023 18:02:50 +0200 Subject: [PATCH] Format --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e917a4d..dc79a79 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ }; }; - outputs = { self, nixpkgs, ... }@inputs: { + outputs = { self, nixpkgs, ... } @ inputs: { # https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-fmt.html formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;