mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +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
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue