This commit is contained in:
2025-08-28 14:39:48 -06:00
parent 6466379e98
commit c5b32b9acc
42 changed files with 2500 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ let
let system = import ../hosts/${hostName}/system.nix;
in nixpkgs.lib.nixosSystem {
# Pass `inputs` to all modules as a 'special arg,' like `config` or `lib`.
specialArgs = inputs;
specialArgs = inputs // { inherit system; };
inherit system;
modules = [
../hosts/${hostName}/configuration.nix