chore: run nix-fmt

This commit is contained in:
Youwen Wu 2024-07-30 15:28:42 -07:00
parent 8f79f5ee49
commit 2a233ea74d
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
3 changed files with 286 additions and 286 deletions

View file

@ -18,8 +18,8 @@
};
};
outputs = { self, nixpkgs, home-manager, catppuccin, lanzaboote, ...
}@inputs: {
outputs =
{ self, nixpkgs, home-manager, catppuccin, lanzaboote, ... }@inputs: {
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt;
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };