From 5d0c18a7f62646ab80c8d191a7aaa9ccefc04df8 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 10 Feb 2021 23:28:30 +0100 Subject: home-assistant: import from unstable --- krebs/5pkgs/simple/home-assistant.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 krebs/5pkgs/simple/home-assistant.nix diff --git a/krebs/5pkgs/simple/home-assistant.nix b/krebs/5pkgs/simple/home-assistant.nix new file mode 100644 index 00000000..58a6edf3 --- /dev/null +++ b/krebs/5pkgs/simple/home-assistant.nix @@ -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 -- cgit v1.2.3