trace
This commit is contained in:
parent
45a204256a
commit
72c403c848
|
@ -32,11 +32,12 @@
|
||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
modules = let
|
modules = let
|
||||||
ald = inputs."api.lyte.dev";
|
ald = inputs."api.lyte.dev";
|
||||||
|
nomod = builtins.trace ald.nixosModules;
|
||||||
in [
|
in [
|
||||||
./machines/beefcake.nix
|
./machines/beefcake.nix
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
ald.nixosModules."api.lyte.dev"
|
nomod."api.lyte.dev"
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue