diff options
author | lassulus <lassulus@lassul.us> | 2021-02-11 17:13:04 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-02-11 17:13:04 +0100 |
commit | 2c59f04f5f15d36dbc826cfc7581f5cea1f5d0d1 (patch) | |
tree | 272d8517909322c34bfb9f6779815e1fe992d940 /krebs/5pkgs | |
parent | d0e7bc46b4cdb15f7505aa069ac29588b02ddf92 (diff) |
remove broken hass override
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r-- | krebs/5pkgs/simple/home-assistant.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/krebs/5pkgs/simple/home-assistant.nix b/krebs/5pkgs/simple/home-assistant.nix deleted file mode 100644 index 58a6edf33..000000000 --- a/krebs/5pkgs/simple/home-assistant.nix +++ /dev/null @@ -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 |