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:
parent
ab10fddc6e
commit
d2a25fbe51
1 changed files with 11 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue