chore: run nix-fmt

This commit is contained in:
Youwen Wu 2024-08-01 01:50:48 -07:00
parent 41e1fe3b6f
commit 5cac7d28fb
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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; };