about summary refs log tree commit diff
path: root/nixos/tests/sway.nix
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2022-02-03 19:59:01 +0100
committerPatrick Hilhorst <git@hilhorst.be>2022-02-03 20:25:05 +0100
commitaca22fb1246b5043a8f9ed606efa8885a71e320f (patch)
treede9a899921ec5e01b8b0e2aa3e156fd5625f5c5d /nixos/tests/sway.nix
parentf4dccd58f4676b8363ede9e7779c7fb8352ce3b0 (diff)
nixosTests.sway: format with nixpkgs-fmt
Diffstat (limited to 'nixos/tests/sway.nix')
-rw-r--r--nixos/tests/sway.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/sway.nix b/nixos/tests/sway.nix
index 43b8c84730427..2a35136331b73 100644
--- a/nixos/tests/sway.nix
+++ b/nixos/tests/sway.nix
@@ -1,6 +1,4 @@
-import ./make-test-python.nix ({ pkgs, lib, ... }:
-
-{
+import ./make-test-python.nix ({ pkgs, lib, ... }: {
   name = "sway";
   meta = {
     maintainers = with lib.maintainers; [ primeos synthetica ];