Skip to content

Commit

Permalink
bug: fix WSL store startup crash
Browse files Browse the repository at this point in the history
  • Loading branch information
htngr committed Nov 29, 2024
1 parent dd2232e commit d0be306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/container/pkgs/make-tarball.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@

let
createFiles = writeShellScriptBin "create-files" ''
set -euo pipefail
set -u
# set -euo pipefail
if [ ! -e .files ]; then
touch .files
Expand Down

0 comments on commit d0be306

Please sign in to comment.