From 48cf06b323cbd5b83574a88cd02f48ba37705011 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 15 Feb 2019 23:18:40 +0800 Subject: [PATCH] still trying to understand undocumented 'previous hydra build' option --- sinara-systems.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sinara-systems.nix b/sinara-systems.nix index bfc9dfd..bfd7d05 100644 --- a/sinara-systems.nix +++ b/sinara-systems.nix @@ -1,5 +1,6 @@ -{ pkgs ? import {}, mainBuild}: +{ pkgs ? import {}}: +{ mainBuild }: { - foo = pkgs.runCommand "xxxxabcd" { } "echo ${mainBuild} > $out"; + fooxx = pkgs.runCommand "xxxxabcd" { } "echo ${mainBuild} > $out"; }