Compare commits

...
Author SHA1 Message Date
Qyriad b6799ab037 beta release: 2.90-beta.1
Change-Id: I125b6785a208c1687b5b4104c23d0a0e59626f52
2024-05-05 18:37:42 -06:00
Qyriad 3f64344bc8 meson: install org.nixos.nix-daemon.plist on macOS
Change-Id: I70079a553ec355be944f9940258f9abf861759fc
2024-05-05 18:33:35 -06:00
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.90.0
2.90.0-beta.1
+1 -1
View File
@@ -54,7 +54,7 @@
(Run `touch .nocontribmsg` to hide this message.)
'';
officialRelease = false;
officialRelease = true;
# Set to true to build the release notes for the next release.
buildUnreleasedNotes = false;
+9
View File
@@ -458,6 +458,15 @@ if cxx.get_id() in ['clang', 'gcc']
)
endif
if is_darwin
configure_file(
input : 'misc/launchd/org.nixos.nix-daemon.plist.in',
output : 'org.nixos.nix-daemon.plist',
copy : true,
install_dir : prefix / 'Library/LaunchDaemons',
)
endif
subdir('src')
subdir('scripts')
subdir('misc')