From 0cdbf6c3c92cb99e5ee5928f59854fc34eab5ac2 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 3 Mar 2023 09:21:24 +0100 Subject: [PATCH] Format --- shells/objectgericht-project.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shells/objectgericht-project.nix b/shells/objectgericht-project.nix index e4ba1d66..f97e58f6 100644 --- a/shells/objectgericht-project.nix +++ b/shells/objectgericht-project.nix @@ -1,7 +1,9 @@ { pkgs, ... }: pkgs.devshell.mkShell { name = "Objectgericht programmeren project"; packages = with pkgs; [ - openssl maven openjdk17 + openssl + maven + openjdk17 ]; commands = [ {