project-wide: nixdirfmt

This commit is contained in:
kat witch 2021-03-28 21:03:48 +01:00
parent 219efa52ba
commit f92e21126e
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
46 changed files with 997 additions and 987 deletions

View file

@ -2,7 +2,10 @@ rec {
sources = import ./nix/sources.nix;
pkgs = import ./pkgs { inherit sources; };
witch = import ./lib/witch.nix { lib = pkgs.lib; };
profiles = witch.modList { modulesDir = ./profiles; defaultFile = "nixos.nix"; };
profiles = witch.modList {
modulesDir = ./profiles;
defaultFile = "nixos.nix";
};
hosts = import ./lib/hosts.nix { inherit pkgs sources witch profiles; };