Skip to content

Commit

Permalink
fix: reference is a variable not inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Oct 23, 2024
1 parent 8abcffb commit 3b6cd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flake:
}:
let
cfg = config.services.xinuxbots;
inherit (flake.packages.${pkgs.stdenv.hostPlatform.system}) xinuxbots;
xinuxbots = flake.packages.${pkgs.stdenv.hostPlatform.system};
in
{
options = {
Expand Down

0 comments on commit 3b6cd7c

Please sign in to comment.