guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

318/376: Shut up a warning


From: Ludovic Courtès
Subject: 318/376: Shut up a warning
Date: Wed, 28 Jan 2015 22:05:53 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit d51eed833a7bbd211a1601367e90d91f71025206
Author: Eelco Dolstra <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]