From 5cac7d28fbb7dbb214f2ae9d10546821b17fd4cb Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 1 Aug 2024 01:50:48 -0700 Subject: [PATCH] chore: run nix-fmt --- flake.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 0b9944d..a7688cf 100755 --- a/flake.nix +++ b/flake.nix @@ -17,13 +17,14 @@ inputs.nixpkgs.follows = "nixpkgs"; }; lix-module = { - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz"; + url = + "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; }; }; - outputs = { self, nixpkgs, home-manager, catppuccin, lanzaboote, stablepkgs, lix-module - , ... }@inputs: { + outputs = { self, nixpkgs, home-manager, catppuccin, lanzaboote, stablepkgs + , lix-module, ... }@inputs: { formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt; nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; };