Shut up a warning

This commit is contained in:
Eelco Dolstra 2014-12-05 19:25:38 +01:00
parent bf78a27ac9
commit d51eed833a

View file

@ -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.