Skip to content
Discussion options

You must be logged in to vote

After struggling with this for way too long and finally posting a discussion, I immediately figured it out. 🤦🏻‍♂️

{ inputs, __findFile, ... }:
{
  den.hosts.aarch64-darwin.DRHCDGTHGJ = {
    aspect = "DRHCDGTHGJ";
  };
  den.aspects.DRHCDGTHGJ.darwin = {
    imports = [
      {
        nix.enable = false;
        home-manager.extraSpecialArgs = {
          inherit inputs;
        };
      }
    ];
  };
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vic
Comment options

vic Feb 11, 2026
Maintainer

Answer selected by Buttars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
2 participants