From 7ddedec41a095fecfb67c11db560a3a5f0253fb9 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 16 Jun 2022 23:57:35 +0200 Subject: [PATCH] ma: disable nixpkgs-unstable --- 1systems/omo/source.nix | 2 +- 1systems/x/source.nix | 2 +- 2configs/home/ham/default.nix | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/1systems/omo/source.nix b/1systems/omo/source.nix index b56e855..af508fb 100644 --- a/1systems/omo/source.nix +++ b/1systems/omo/source.nix @@ -1,6 +1,6 @@ { name="omo"; torrent = true; - unstable = true; + #unstable = true; home-manager = true; } diff --git a/1systems/x/source.nix b/1systems/x/source.nix index 05b74a0..ecb1d99 100644 --- a/1systems/x/source.nix +++ b/1systems/x/source.nix @@ -3,7 +3,7 @@ full = true; python = true; hw = true; - unstable = true; + # unstable = true; mic92 = true; clever_kexec = true; home-manager = true; diff --git a/2configs/home/ham/default.nix b/2configs/home/ham/default.nix index f63ba34..f54fd32 100644 --- a/2configs/home/ham/default.nix +++ b/2configs/home/ham/default.nix @@ -5,7 +5,6 @@ let prefix = (import ./lib).prefix; hassdir = "/var/lib/hass"; - unstable = import {}; in {