formatting
This commit is contained in:
parent
7241a325a2
commit
e883f1c851
1 changed files with 1 additions and 3 deletions
|
|
@ -88,9 +88,7 @@
|
|||
modules = [ ./hosts/nixos/${configName}/configuration.nix ];
|
||||
};
|
||||
nixosConfigNames = builtins.attrNames (builtins.readDir ./hosts/nixos);
|
||||
treefmtEval = forAllSystems (
|
||||
system: treefmt-nix.lib.evalModule (makePkgs system) ./treefmt.nix
|
||||
);
|
||||
treefmtEval = forAllSystems (system: treefmt-nix.lib.evalModule (makePkgs system) ./treefmt.nix);
|
||||
in
|
||||
{
|
||||
nixosConfigurations = nixpkgs.lib.genAttrs nixosConfigNames makeNixosConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue