remove broken hass override

This commit is contained in:
lassulus 2021-02-11 17:13:04 +01:00
parent d0e7bc46b4
commit 2c59f04f5f

View File

@ -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