summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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