summaryrefslogtreecommitdiffstats
path: root/2configs/home/ham
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-03-09 22:16:33 +0100
committermakefu <github@syntax-fehler.de>2021-03-09 22:16:33 +0100
commit1948cac0be145755b37efd9c7accc727aeabba69 (patch)
tree77904f44c1d34aba875fcfb08058bfe491e48633 /2configs/home/ham
parent07941ed8f248596546252081f612fc8d71abbb95 (diff)
ma ham: use <nixpkgs-unstable>
Diffstat (limited to '2configs/home/ham')
-rw-r--r--2configs/home/ham/default.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/2configs/home/ham/default.nix b/2configs/home/ham/default.nix
index 8ed5f8f3c..e164b177f 100644
--- a/2configs/home/ham/default.nix
+++ b/2configs/home/ham/default.nix
@@ -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 {