-
-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
system.extraDependencies #356
Comments
lf-
pushed a commit
to lf-/nix-darwin
that referenced
this issue
Jun 6, 2022
I want a newish postgres config to work on my Mac. This contains a little hack (putting the check-config derivation into the start script as a comment) to deal with not having LnL7#356. It's otherwise identical to the upstream module.
lf-
pushed a commit
to lf-/nix-darwin
that referenced
this issue
Jun 6, 2022
I want a newish postgres config to work on my Mac. This contains a little hack (putting the check-config derivation into the start script as a comment) to deal with not having LnL7#356. It's otherwise identical to the upstream module.
lf-
pushed a commit
to lf-/nix-darwin
that referenced
this issue
Nov 10, 2022
I want a newish postgres config to work on my Mac. This contains a little hack (putting the check-config derivation into the start script as a comment) to deal with not having LnL7#356. It's otherwise identical to the upstream module.
theutz
pushed a commit
to theutz/nix-darwin
that referenced
this issue
Apr 19, 2023
I want a newish postgres config to work on my Mac. This contains a little hack (putting the check-config derivation into the start script as a comment) to deal with not having LnL7#356. It's otherwise identical to the upstream module.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This nixos option is really useful for warming the cache in a flake-based system configuration that has
apps
defined, and would be very good to have in nix-darwin as well: By adding the apps' derivations to the store, you get them pre-built (and referenced in the system closure so they don't get gc'ed) without having them clutter up the $PATH.Here's a super minimal definition that I have in my system:
This lets me add the following module to any darwin mods in my flake definition:
The text was updated successfully, but these errors were encountered: