home-assistant: import from unstable

This commit is contained in:
lassulus 2021-02-10 23:28:30 +01:00
parent 90782e21f8
commit 5d0c18a7f6

View File

@ -0,0 +1,8 @@
{ 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