1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 09:41:15 +02:00

Fix Nix formatting changes

This commit is contained in:
Luc Perkins 2025-06-18 08:23:37 -07:00
parent ab10fddc6e
commit d2a25fbe51
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5

View file

@ -1,7 +1,8 @@
{ lib
, config
, nixpkgs
, ...
{
lib,
config,
nixpkgs,
...
}:
let
pkgs = config.nodes.client.nixpkgs.pkgs;
@ -146,11 +147,12 @@ in
};
client =
{ config
, lib
, pkgs
, nodes
, ...
{
config,
lib,
pkgs,
nodes,
...
}:
{
virtualisation.writableStore = true;