mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
project-wide: nixdirfmt
This commit is contained in:
parent
219efa52ba
commit
f92e21126e
46 changed files with 997 additions and 987 deletions
|
|
@ -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; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue