nix fmt
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
buildHomeAssistantComponent,
|
||||
python3Packages,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
buildHomeAssistantComponent rec {
|
||||
|
||||
@@ -15,11 +15,10 @@ let
|
||||
|
||||
versionSpec = importJSON ./version.json;
|
||||
selected = selectVariant versionSpec "lts" null;
|
||||
vars = selected.variables or { };
|
||||
sources = mkAllSources selected;
|
||||
|
||||
modDirVersion = selected.variables.modDirVersion;
|
||||
tag = "stable";#sources.tag;
|
||||
tag = "stable"; # sources.tag;
|
||||
# NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
|
||||
|
||||
# all of these fail for various reasons
|
||||
|
||||
Reference in New Issue
Block a user