change reference to 'system'

This commit is contained in:
Reid 2025-11-02 01:43:35 -08:00
parent a8571f28c6
commit c1f0892422
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -69,7 +69,7 @@
nixosModules = rec {
default = amdl;
amdl = { config, lib, pkgs, ... }: let
inherit (pkgs) system;
inherit (pkgs.stdenv.hostPlatform) system;
inherit (lib) getExe mkEnableOption mkIf mkOption types;
cfg = config.services.amdl;
in {