1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +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 lib,
, nixpkgs config,
, ... nixpkgs,
...
}: }:
let let
pkgs = config.nodes.client.nixpkgs.pkgs; pkgs = config.nodes.client.nixpkgs.pkgs;
@ -146,11 +147,12 @@ in
}; };
client = client =
{ config {
, lib config,
, pkgs lib,
, nodes pkgs,
, ... nodes,
...
}: }:
{ {
virtualisation.writableStore = true; virtualisation.writableStore = true;