diff options
author | lassulus <lassulus@lassul.us> | 2017-12-30 11:36:15 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-12-30 11:36:15 +0100 |
commit | c1ff2ddf713242f34a56861c34d815ae6985798b (patch) | |
tree | a12734de3e7f99b58e87560317f383ed6bdd9c41 /makefu/1systems | |
parent | dd817f9e26ee2aeae839dddc73b869d218a337cb (diff) | |
parent | 9d4436644115c2cc5c130d9c210c201bb506c789 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/x/source.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/x/source.nix b/makefu/1systems/x/source.nix index 6dc17b656..6278877c3 100644 --- a/makefu/1systems/x/source.nix +++ b/makefu/1systems/x/source.nix @@ -1,5 +1,7 @@ import <stockholm/makefu/source.nix> { name="x"; full = true; + python = true; + hw = true; # torrent = true; } |