summaryrefslogtreecommitdiffstats
path: root/makefu/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-06-16 23:57:35 +0200
committermakefu <github@syntax-fehler.de>2022-06-16 23:57:35 +0200
commit458ee8f5c73be762a7223a540117021cb8956e71 (patch)
treeb140ff1543f09e7a5c6f5356d46b8ba8fcb82d8d /makefu/1systems
parent89d04e250514a3dc1c8f4dd6e073cdfe6b3f4a05 (diff)
ma: disable nixpkgs-unstable
Diffstat (limited to 'makefu/1systems')
-rw-r--r--makefu/1systems/omo/source.nix2
-rw-r--r--makefu/1systems/x/source.nix2
2 files changed, 2 insertions, 2 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;