home-assistant: import from unstable
This commit is contained in:
parent
90782e21f8
commit
5d0c18a7f6
8
krebs/5pkgs/simple/home-assistant.nix
Normal file
8
krebs/5pkgs/simple/home-assistant.nix
Normal 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
|
Loading…
Reference in New Issue
Block a user