From c5e8fff07ded9f0390612f9384316cee306d1c2e Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Mon, 15 Sep 2025 15:34:22 -0500 Subject: [PATCH] temp --- packages/homeassistant/ha-bedjet/default.nix | 30 +++++++++++++++++++ .../aarch64-darwin/macbook-pro/default.nix | 2 +- .../aarch64-darwin/macbook-pro/homebrew.nix | 1 + 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 packages/homeassistant/ha-bedjet/default.nix diff --git a/packages/homeassistant/ha-bedjet/default.nix b/packages/homeassistant/ha-bedjet/default.nix new file mode 100644 index 0000000..aa66347 --- /dev/null +++ b/packages/homeassistant/ha-bedjet/default.nix @@ -0,0 +1,30 @@ +{ + buildHomeAssistantComponent, + python3Packages, + fetchFromGitHub, + lib, + ... +}: +buildHomeAssistantComponent rec { + owner = "natekspencer"; + domain = "bedjet"; + version = "1.2.0"; + + src = fetchFromGitHub { + owner = owner; + repo = "ha-bedjet"; + rev = version; + hash = lib.fakeHash; + }; + + propagatedBuildInputs = with python3Packages; [ + beautifulsoup4 + ]; + + meta = { + changelog = "https://github.com/natekspencer/ha-bedjet/releases/tag/${version}"; + description = "This project provides various entities to allow control of a BedJet device."; + homepage = "https://github.com/natekspencer/ha-bedjet"; + maintainers = [ ]; + }; +} diff --git a/systems/aarch64-darwin/macbook-pro/default.nix b/systems/aarch64-darwin/macbook-pro/default.nix index d24b341..de26c0d 100755 --- a/systems/aarch64-darwin/macbook-pro/default.nix +++ b/systems/aarch64-darwin/macbook-pro/default.nix @@ -14,7 +14,7 @@ # $ nix-env -qaP | grep wget environment = { variables = { - NH_OS_FLAKE = "~/nix-config"; + NH_OS_FLAKE = "nix-config"; }; systemPackages = with pkgs; [ asitop diff --git a/systems/aarch64-darwin/macbook-pro/homebrew.nix b/systems/aarch64-darwin/macbook-pro/homebrew.nix index 112aa6c..2cede8c 100644 --- a/systems/aarch64-darwin/macbook-pro/homebrew.nix +++ b/systems/aarch64-darwin/macbook-pro/homebrew.nix @@ -33,6 +33,7 @@ "epic-games" "gstreamer-runtime" "iterm2" + "jagex" "kitty" "minecraft" "omnissa-horizon-client"