diff options
| author | Michael Hoang <Enzime@users.noreply.github.com> | 2023-09-19 11:13:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 11:13:39 +0200 |
| commit | afeddc412b3a3b0e7c9ef7ea5fbdf2186781d102 (patch) | |
| tree | 55e46a136a4f3b532cf6dda770f985e89d258809 /modules | |
| parent | 80bb201f4925cdda5a7a3c7b1900fb26bb2af2e8 (diff) | |
| parent | 8caf3af927d94b573920a860ce683653e5065d04 (diff) | |
Merge pull request #782 from LnL7/domenkozar-patch-1
Create $out/darwin-version
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/system/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/default.nix b/modules/system/default.nix index 0eb46a9..fbe169e 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -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 |
