From dd8f676f87d7c53c3851b729167bba49ef7c47da Mon Sep 17 00:00:00 2001 From: Luke Gorrie Date: Fri, 2 Aug 2019 12:11:14 +0200 Subject: [PATCH] ci.nix: cow-hello rename -> cow-hello2 --- ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.nix b/ci.nix index 9f904c0..a0bf740 100644 --- a/ci.nix +++ b/ci.nix @@ -6,7 +6,7 @@ builtins.mapAttrs (k: _v: pkgs.recurseIntoAttrs { # These two attributes will appear in your job for each platform. hello = pkgs.hello; - cow-hello = pkgs.runCommand "cow-hello" { + cow-hello = pkgs.runCommand "cow-hello2" { buildInputs = [ pkgs.hello pkgs.cowsay ]; } '' hello | cowsay > $out