From 05dd85210e465caa44ef7254f2781b2d12ba2882 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 16 Oct 2022 23:49:18 +0200 Subject: Reformat files with alejandra --- user/settings/golang.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'user/settings/golang.nix') diff --git a/user/settings/golang.nix b/user/settings/golang.nix index 4cc59343..92abbf4d 100644 --- a/user/settings/golang.nix +++ b/user/settings/golang.nix @@ -1,10 +1,12 @@ -{ config, pkgs, ... }: - { - home.packages = (with pkgs; [ + config, + pkgs, + ... +}: { + home.packages = with pkgs; [ go go-langserver goimports gotools - ]); + ]; } -- cgit 1.4.1