From adf67439ff0aa54d93854710eb3c7016ea6dfc0c Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Mon, 16 Mar 2026 23:00:20 +0000 Subject: [PATCH] trying stylix --- Droidnix/README.org | 2 +- Droidnix/generated/out_of_tree/core/nix.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index 826cf7e31..e08625ac0 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -659,7 +659,7 @@ You'll notice the color values in multiple places outside this as well. # Add Stylix to system packages so activation scripts are available environment.systemPackages = with pkgs; [ - stylix.packages.${system}.stylix + inputs.stylix.packages.${system}.stylix ]; } #+END_SRC diff --git a/Droidnix/generated/out_of_tree/core/nix.nix b/Droidnix/generated/out_of_tree/core/nix.nix index d07a6bb67..f1e300233 100644 --- a/Droidnix/generated/out_of_tree/core/nix.nix +++ b/Droidnix/generated/out_of_tree/core/nix.nix @@ -6,6 +6,6 @@ # Add Stylix to system packages so activation scripts are available environment.systemPackages = with pkgs; [ - stylix.packages.${system}.stylix + inputs.stylix.packages.${system}.stylix ]; }