1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

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.