summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefu/1systems/omo/source.nix2
-rw-r--r--makefu/1systems/x/source.nix2
-rw-r--r--makefu/2configs/home/ham/default.nix1
3 files changed, 2 insertions, 3 deletions
diff --git a/makefu/1systems/omo/source.nix b/makefu/1systems/omo/source.nix
index b56e855f..af508fbd 100644
--- a/makefu/1systems/omo/source.nix
+++ b/makefu/1systems/omo/source.nix
@@ -1,6 +1,6 @@
{
name="omo";
torrent = true;
- unstable = true;
+ #unstable = true;
home-manager = true;
}
diff --git a/makefu/1systems/x/source.nix b/makefu/1systems/x/source.nix
index 05b74a01..ecb1d996 100644
--- a/makefu/1systems/x/source.nix
+++ b/makefu/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/makefu/2configs/home/ham/default.nix b/makefu/2configs/home/ham/default.nix
index f63ba343..f54fd32f 100644
--- a/makefu/2configs/home/ham/default.nix
+++ b/makefu/2configs/home/ham/default.nix
@@ -5,7 +5,6 @@
let
prefix = (import ./lib).prefix;
hassdir = "/var/lib/hass";
- unstable = import <nixpkgs-unstable> {};
in {