Use alejandra formatter / fix warnings
This commit is contained in:
parent
c5b1041bbb
commit
693d4e3c70
70 changed files with 1424 additions and 1547 deletions
|
|
@ -21,11 +21,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
{ ... }@inputs:
|
||||
{
|
||||
nixosConfigurations = inputs.dashNix.dashNixLib.build_systems { root = ./.; };
|
||||
};
|
||||
outputs = {...} @ inputs: {
|
||||
nixosConfigurations = inputs.dashNix.dashNixLib.build_systems {root = ./.;};
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
builders-use-substitutes = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue