tpwrules / nixos-apple-silicon

Resources to install NixOS bare metal on Apple Silicon Macs
MIT License
872 stars 88 forks source link

Incompatible with Hive framework #236

Closed ghost closed 1 month ago

ghost commented 1 month ago

https://github.com/divnix/hive

The Hive framework requires that overlays be centralized in bee.pkgs.overlays

For example,

  bee = {
    system = "aarch64-linux";
    pkgs = import inputs.nixpkgs {
      inherit (inputs.nixpkgs) system;
      config.allowUnfree = true;
      overlays = [
        inputs.lix-module.overlays.default
      ];
    };
    home = inputs.home-manager;
  };

But I don't know what to do with the apple-silicon-support module in this case.

I try to add inputs.apple-silicon-support.overlays.default to it, but there will be a problem, prompting that there are overlays in modules/default.nix.

ghost commented 1 month ago

This problem is not related to this project, but I would like to know how to solve it. I think I need to rewrite many parts of the project

mogery commented 1 month ago

It is forbidden to modify this readme → read the code!

Good luck finding anyone to support that lol