summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-02-26 15:38:00 +0100
committermakefu <github@syntax-fehler.de>2018-02-26 15:38:00 +0100
commitfc7136a4327f11dbb4e917e7c85ead39464033c0 (patch)
treed7e735079f3ad8e6c3d8edbb49bd80230c5a2148
parentcad2f020eebe8c8fabbe58874f2d2b2f56ce2cf0 (diff)
it seems slashes in names is not cool
-rw-r--r--default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.nix b/default.nix
index 2251d55..3a3d485 100644
--- a/default.nix
+++ b/default.nix
@@ -1,5 +1,5 @@
{ nixpkgs, declInput }: let pkgs = import nixpkgs {}; in {
- # this file generates the spec.json file which contains all the jobs
+ # this file generates the spec.json file which contains all the jobsets (list of jobs)
# a job set may be all the hosts of a user of stockholm
# what we need to get here is for each host we want to build the "input"
@@ -18,10 +18,10 @@
EOF
cat > $out <<EOF
{
- "makefu/x.r": {
+ "makefu x.r": {
"enabled": 1,
"hidden": false,
- "description": "js",
+ "description": "host build",
"nixexprinput": "src",
"nixexprpath": "host.nix",
"checkinterval": 15,