Compare commits

...

2 Commits

Author SHA1 Message Date
9863e5f225
Fix building microvm 2023-12-11 23:54:02 +01:00
8155afd46f
home-assistant: add missing mqtt 2023-12-11 23:53:55 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -89,6 +89,7 @@ in
extraComponents = [
"esphome"
"met"
"mqtt"
"radio_browser"
"wled"
];

View File

@ -211,7 +211,7 @@ lib.attrsets.mapAttrs
${hostConfig.system.build.runOnServer} NIXOS_REBUILD="''${NIXOS_REBUILD:-}" bash -e <<END
${createDirsCopyCurrent name}
nix build -L --accept-flake-config -o current ${declaredRunnerDrvPath}
nix build -L --accept-flake-config -o current ${declaredRunnerDrvPath}^*
nix build -L --accept-flake-config --no-link ${discardStringCtx closureInfo.drvPath}
echo '${selfRef}' > flake