fix(flake): Formatting

This commit is contained in:
Jalil David Salamé Messina 2024-02-05 23:30:23 +01:00
parent 679db589c2
commit a5cdfb91a3
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -160,6 +160,10 @@
inherit nixosModule homeManagerModuleNixOS homeManagerModuleSandalone; inherit nixosModule homeManagerModuleNixOS homeManagerModuleSandalone;
} // machineModules; } // machineModules;
devShells = forEachSupportedSystem ({ pkgs, system }: { default = pkgs.mkShell { inherit (self.checks.${system}.pre-commit-check) shellHook; }; }); devShells = forEachSupportedSystem ({ pkgs, system }: {
default = pkgs.mkShell {
inherit (self.checks.${system}.pre-commit-check) shellHook;
};
});
}; };
} }