mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
Shut up a warning
This commit is contained in:
parent
bf78a27ac9
commit
d51eed833a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ let
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{ services.openssh.enable = true;
|
{ services.openssh.enable = true;
|
||||||
virtualisation.writableStore = true;
|
virtualisation.writableStore = true;
|
||||||
environment.nix = nix;
|
nix.package = nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Trivial Nix expression to build remotely.
|
# Trivial Nix expression to build remotely.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue