summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-02-11 17:13:04 +0100
committerlassulus <lassulus@lassul.us>2021-02-11 17:13:04 +0100
commit2c59f04f5f15d36dbc826cfc7581f5cea1f5d0d1 (patch)
tree272d8517909322c34bfb9f6779815e1fe992d940
parentd0e7bc46b4cdb15f7505aa069ac29588b02ddf92 (diff)
remove broken hass override
-rw-r--r--krebs/5pkgs/simple/home-assistant.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/krebs/5pkgs/simple/home-assistant.nix b/krebs/5pkgs/simple/home-assistant.nix
deleted file mode 100644
index 58a6edf3..00000000
--- a/krebs/5pkgs/simple/home-assistant.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ pkgs, lib, ... }: let
- unstable = pkgs.fetchFromGitHub {
- owner = "nixos";
- repo = "nixpkgs";
- rev = (lib.importJSON ../../nixpkgs-unstable.json).rev;
- sha256 = (lib.importJSON ../../nixpkgs-unstable.json).sha256;
- };
-in (import unstable {}).home-assistant