From 783b2d39ce2bfcd6cca6b348a669afc4eb69b338 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 22 Feb 2021 19:45:17 +0100 Subject: [PATCH] Reformat --- configurations/sway/launcher.nix | 2 +- shells/idea-code-with-me.nix | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configurations/sway/launcher.nix b/configurations/sway/launcher.nix index 821efcd3..1c1b4d1d 100644 --- a/configurations/sway/launcher.nix +++ b/configurations/sway/launcher.nix @@ -45,7 +45,7 @@ let xdgUserDirs = pkgs.xdg-user-dirs; }; in -pkgs.runCommandNoCC "launcher" {} '' +pkgs.runCommandNoCC "launcher" { } '' mkdir -p $out/bin cp ${script} $out/bin/launcher chmod +x $out/bin/launcher diff --git a/shells/idea-code-with-me.nix b/shells/idea-code-with-me.nix index 1801d229..11ac8d68 100644 --- a/shells/idea-code-with-me.nix +++ b/shells/idea-code-with-me.nix @@ -1,7 +1,7 @@ let - pkgs = import {}; + pkgs = import { }; in - (pkgs.buildFHSUserEnv { - name = "idea-env"; - targetPkgs = pkgs: [ pkgs.jdk11 pkgs.wget pkgs.bash pkgs.zlib pkgs.xlibs.libXext pkgs.xlibs.libX11 pkgs.xlibs.libXrender pkgs.xlibs.libXtst pkgs.xlibs.libXi pkgs.freetype pkgs.fontconfig ]; - }).env +(pkgs.buildFHSUserEnv { + name = "idea-env"; + targetPkgs = pkgs: [ pkgs.jdk11 pkgs.wget pkgs.bash pkgs.zlib pkgs.xlibs.libXext pkgs.xlibs.libX11 pkgs.xlibs.libXrender pkgs.xlibs.libXtst pkgs.xlibs.libXi pkgs.freetype pkgs.fontconfig ]; +}).env