remove broken hass override
This commit is contained in:
parent
d0e7bc46b4
commit
2c59f04f5f
@ -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
|
|
Loading…
Reference in New Issue
Block a user