From fc7136a4327f11dbb4e917e7c85ead39464033c0 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 26 Feb 2018 15:38:00 +0100 Subject: it seems slashes in names is not cool --- default.nix | 6 +++--- 1 file 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 <