mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02: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, ... }:
|
||||
{ services.openssh.enable = true;
|
||||
virtualisation.writableStore = true;
|
||||
environment.nix = nix;
|
||||
nix.package = nix;
|
||||
};
|
||||
|
||||
# Trivial Nix expression to build remotely.
|
||||
|
|
Loading…
Reference in a new issue