From 51ee47682f841acadc3fa260af4e09b11de0daff Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 22 Jun 2024 18:08:49 +0200 Subject: formatting --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index f41153fc..b7d05d66 100644 --- a/shell.nix +++ b/shell.nix @@ -15,6 +15,6 @@ pkgs.mkShell ]; shellHook = '' - export NIX_PATH="${builtins.concatStringsSep ":"nixPath}"; + export NIX_PATH="${builtins.concatStringsSep ":" nixPath}"; ''; } -- cgit 1.4.1