Skip to content

Commit

Permalink
Merge pull request #907 from nix-community/stop-overwriting-saved-env
Browse files Browse the repository at this point in the history
disk-image: Fix compatibility with nixpkgs unstable
  • Loading branch information
phaer authored Nov 30, 2024
2 parents b71e3fa + 3faa300 commit 2814a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/make-disk-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ in
done
${installer}
''}
echo "export origBuilder=$origBuilder" > xchg/saved-env
echo "export origBuilder=$origBuilder" >> xchg/saved-env
${preVM}
''}
export postVM=${diskoLib.writeCheckedBash { inherit pkgs checked; } "postVM.sh" postVM}
Expand Down

0 comments on commit 2814a52

Please sign in to comment.