diff options
Diffstat (limited to 'makefu/1systems/x')
-rw-r--r-- | makefu/1systems/x/source.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/x/source.nix b/makefu/1systems/x/source.nix index ab6429dc1..75af3255b 100644 --- a/makefu/1systems/x/source.nix +++ b/makefu/1systems/x/source.nix @@ -1,9 +1,10 @@ -import <stockholm/makefu/source.nix> { +{ name="x"; full = true; python = true; hw = true; unstable = true; mic92 = true; + clever_kexec = true; # torrent = true; } |