diff options
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/omo/source.nix | 2 | ||||
-rw-r--r-- | makefu/1systems/x/source.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/makefu/1systems/omo/source.nix b/makefu/1systems/omo/source.nix index b56e855fc..af508fbd6 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 05b74a014..ecb1d9962 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; |