1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

Create $out/darwin-version

This fixes backwards compatibility with code that expects it.
This commit is contained in:
Domen Kožar 2023-09-19 09:54:27 +01:00 committed by GitHub
parent 80bb201f49
commit 8caf3af927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,6 +135,7 @@ in
echo -n "$systemConfig" > $out/systemConfig
echo -n "$darwinLabel" > $out/darwin-version
ln -s $darwinVersionJson $out/darwin-version.json
echo -n "$system" > $out/system