From c62f1fb18d31d76ac554628721422114f9f88f8b Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 15 Jul 2017 23:19:06 +0200 Subject: ma vbob|sdev: fix includes --- makefu/1systems/sdev/config.nix | 2 +- makefu/1systems/vbob/config.nix | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'makefu/1systems') diff --git a/makefu/1systems/sdev/config.nix b/makefu/1systems/sdev/config.nix index f3853a78..38c044be 100644 --- a/makefu/1systems/sdev/config.nix +++ b/makefu/1systems/sdev/config.nix @@ -7,7 +7,7 @@ (toString ) (toString ) - + # # environment diff --git a/makefu/1systems/vbob/config.nix b/makefu/1systems/vbob/config.nix index 933fcf04..f7163450 100644 --- a/makefu/1systems/vbob/config.nix +++ b/makefu/1systems/vbob/config.nix @@ -7,7 +7,10 @@ (toString ) (toString ) - + # base gui + + + # security # Tools -- cgit v1.2.3 From 872c75a4255508ce24a0777e4fbfe744a77d1d30 Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 16 Jul 2017 15:16:45 +0200 Subject: ma: move torrent secrets to source.nix --- makefu/1systems/gum/source.nix | 1 + makefu/1systems/x/config.nix | 1 + makefu/1systems/x/source.nix | 1 + 3 files changed, 3 insertions(+) (limited to 'makefu/1systems') diff --git a/makefu/1systems/gum/source.nix b/makefu/1systems/gum/source.nix index 82d42b49..b3ce743c 100644 --- a/makefu/1systems/gum/source.nix +++ b/makefu/1systems/gum/source.nix @@ -1,3 +1,4 @@ import { name="gum"; + torrent = true; } diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index 2dd23219..80c09df1 100644 --- a/makefu/1systems/x/config.nix +++ b/makefu/1systems/x/config.nix @@ -19,6 +19,7 @@ with import ; # # Testing + # # # # diff --git a/makefu/1systems/x/source.nix b/makefu/1systems/x/source.nix index 54ec3c8a..6dc17b65 100644 --- a/makefu/1systems/x/source.nix +++ b/makefu/1systems/x/source.nix @@ -1,4 +1,5 @@ import { name="x"; full = true; + # torrent = true; } -- cgit v1.2.3 From 0d3953ade9df4c51834378382753b344cb92e6c5 Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 16 Jul 2017 15:44:53 +0200 Subject: ma sources: add musnix to studio,vbob,wbob --- makefu/1systems/studio/source.nix | 2 +- makefu/1systems/vbob/source.nix | 6 +++++- makefu/1systems/wbob/source.nix | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) (limited to 'makefu/1systems') diff --git a/makefu/1systems/studio/source.nix b/makefu/1systems/studio/source.nix index 092330a5..af0f3780 100644 --- a/makefu/1systems/studio/source.nix +++ b/makefu/1systems/studio/source.nix @@ -2,6 +2,6 @@ import { name="studio"; override.musnix.git = { url = https://github.com/musnix/musnix.git; - ref = "f0ec1f3"; + ref = "d8b989f"; }; } diff --git a/makefu/1systems/vbob/source.nix b/makefu/1systems/vbob/source.nix index 96c3f368..af0f3780 100644 --- a/makefu/1systems/vbob/source.nix +++ b/makefu/1systems/vbob/source.nix @@ -1,3 +1,7 @@ import { - name="vbob"; + name="studio"; + override.musnix.git = { + url = https://github.com/musnix/musnix.git; + ref = "d8b989f"; + }; } diff --git a/makefu/1systems/wbob/source.nix b/makefu/1systems/wbob/source.nix index 419ebbe3..af0f3780 100644 --- a/makefu/1systems/wbob/source.nix +++ b/makefu/1systems/wbob/source.nix @@ -1,3 +1,7 @@ import { - name="wbob"; + name="studio"; + override.musnix.git = { + url = https://github.com/musnix/musnix.git; + ref = "d8b989f"; + }; } -- cgit v1.2.3 From a3f6c2e49d37eb8d629cac1e8365d5b90a2ccd3c Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 16 Jul 2017 23:26:23 +0200 Subject: ma wbob: virtual display --- makefu/1systems/wbob/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu/1systems') diff --git a/makefu/1systems/wbob/config.nix b/makefu/1systems/wbob/config.nix index c530aaad..d7f64236 100644 --- a/makefu/1systems/wbob/config.nix +++ b/makefu/1systems/wbob/config.nix @@ -20,7 +20,7 @@ in { # - + -- cgit v1.2.3