treewide: format all files
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{self, inputs, ...}: {
|
||||
{
|
||||
self,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.treefmt-nix.flakeModule
|
||||
];
|
||||
perSystem = {
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
perSystem = {pkgs, ...}: {
|
||||
treefmt.projectRootFile = "flake.nix";
|
||||
treefmt.flakeCheck = true;
|
||||
treefmt.flakeFormatter = true;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ self, ... }: {
|
||||
{self, ...}: {
|
||||
flake.packages.x86_64-linux = {
|
||||
inherit (self.nixosConfigurations.installer.config.formats)
|
||||
inherit
|
||||
(self.nixosConfigurations.installer.config.formats)
|
||||
install-iso
|
||||
;
|
||||
};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ self, ... }: {
|
||||
{self, ...}: {
|
||||
pre-commit.settings.hooks.alejandra.enable = true;
|
||||
pre-commit.settings.hooks.shellcheck.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user