demo-iso: fix evaluation warning

This commit is contained in:
Michael Hoang
2025-09-19 11:34:09 +02:00
parent 91985504d0
commit 9f1d8d22e8

View File

@@ -45,7 +45,9 @@ let
''; '';
}; };
morphModule = { morphModule =
{ config, ... }:
{
imports = [ imports = [
( (
{ modulesPath, ... }: { modulesPath, ... }:
@@ -67,6 +69,8 @@ let
${clan_welcome}/bin/clan_welcome ${clan_welcome}/bin/clan_welcome
fi fi
''; '';
system.stateVersion = config.system.nixos.release;
}; };
in in
{ {