civodul pushed a commit to tag 1.8
in repository guix.

commit d51eed833a7bbd211a1601367e90d91f71025206
Author: Eelco Dolstra <[email protected]>
Date:   Fri Dec 5 19:25:38 2014 +0100

    Shut up a warning
---
 tests/remote-builds.nix |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix
index 5e2688d..2cd5ccf 100644
--- a/tests/remote-builds.nix
+++ b/tests/remote-builds.nix
@@ -13,7 +13,7 @@ let
     { config, pkgs, ... }:
     { services.openssh.enable = true;
       virtualisation.writableStore = true;
-      environment.nix = nix;
+      nix.package = nix;
     };
 
   # Trivial Nix expression to build remotely.

Reply via email to