treewide: alejandra -> nixfmt-rfc-style

This commit is contained in:
Nikodem Rabuliński 2024-02-25 19:09:09 +01:00
parent d64c02e3da
commit 6558fdb739
51 changed files with 1108 additions and 928 deletions

View file

@ -3,13 +3,17 @@
lib,
inputs,
...
}: let
}:
let
inherit (flake-parts-lib) importApply;
flakeModules = {
configurations = importApply ./configurations.nix {inherit (inputs) nixpkgs darwin home-manager;};
configurations = importApply ./configurations.nix { inherit (inputs) nixpkgs darwin home-manager; };
};
in {
in
{
imports = lib.attrValues flakeModules;
flake = {inherit flakeModules;};
flake = {
inherit flakeModules;
};
}