Tracing
This commit is contained in:
parent
72c403c848
commit
733e58f8a1
|
@ -32,7 +32,7 @@
|
||||||
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;
|
nomod = builtins.trace "hey" ald.nixosModules;
|
||||||
in [
|
in [
|
||||||
./machines/beefcake.nix
|
./machines/beefcake.nix
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
|
|
Reference in a new issue