ma ham: use <nixpkgs-unstable>

This commit is contained in:
makefu 2021-03-09 22:16:33 +01:00
parent 52035a5ce4
commit 07147023dd
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -7,12 +7,7 @@ let
prefix = (import ./lib).prefix;
firetv_stick = "192.168.1.24";
hassdir = "/var/lib/hass";
unstable = import (pkgs.fetchFromGitHub {
owner = "nixos";
repo = "nixpkgs";
rev = (lib.importJSON ../../../krebs/nixpkgs-unstable.json).rev;
sha256 = (lib.importJSON ../../../krebs/nixpkgs-unstable.json).sha256;
}) {};
unstable = import <nixpkgs-unstable> {};
in {