From 0d41929fb6660619b9ad55092256b4a0fe351adc Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 16 Apr 2024 15:07:17 -0500 Subject: [PATCH] Try newlines --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 31d1c54..86d2dbd 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ shellcheck (xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ basicPython.pkgs.pyyaml ];})) ]; - extraCommands = [ + extraCommands = builtins.concatStringsSep "\n" [ "mkdir -p /tmp" "chmod -R 777 /tmp" ];