stockholm/krebs/5pkgs/simple/home-assistant.nix

9 lines
273 B
Nix
Raw Normal View History

2021-02-10 22:28:30 +00:00
{ 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