Fix breaking typo in flake for darwin module (#78)

Resolves a typo in the top level flake file that prevents usage as a darwin module.
This commit is contained in:
Andy Scott 2023-04-01 03:53:33 -07:00 committed by GitHub
parent d2937609ba
commit acd0c34393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@
darwinModules.stylix = { pkgs, ... }@args: {
imports = [
(import ./stylix/darwin {
inherit (self.package.${pkgs.system}) palette-generator;
inherit (self.packages.${pkgs.system}) palette-generator;
base16 = base16.lib args;
homeManagerModule = self.homeManagerModules.stylix;
})