From 2c59f04f5f15d36dbc826cfc7581f5cea1f5d0d1 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 11 Feb 2021 17:13:04 +0100 Subject: remove broken hass override --- krebs/5pkgs/simple/home-assistant.nix | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 krebs/5pkgs/simple/home-assistant.nix 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 -- cgit v1.2.3