From d2a25fbe5123645fe2426e44918b55b5c3cccef2 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 18 Jun 2025 08:23:37 -0700 Subject: [PATCH] Fix Nix formatting changes --- tests/nixos/github-flakes.nix | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/tests/nixos/github-flakes.nix b/tests/nixos/github-flakes.nix index 3d7a77ec5..06142c2ef 100644 --- a/tests/nixos/github-flakes.nix +++ b/tests/nixos/github-flakes.nix @@ -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;