change reference to 'system'
This commit is contained in:
parent
a8571f28c6
commit
c1f0892422
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
||||||
nixosModules = rec {
|
nixosModules = rec {
|
||||||
default = amdl;
|
default = amdl;
|
||||||
amdl = { config, lib, pkgs, ... }: let
|
amdl = { config, lib, pkgs, ... }: let
|
||||||
inherit (pkgs) system;
|
inherit (pkgs.stdenv.hostPlatform) system;
|
||||||
inherit (lib) getExe mkEnableOption mkIf mkOption types;
|
inherit (lib) getExe mkEnableOption mkIf mkOption types;
|
||||||
cfg = config.services.amdl;
|
cfg = config.services.amdl;
|
||||||
in {
|
in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue