Winter

Results 171 comments of Winter

@diannasoreil That's correct, yeah. I do believe there are some changes that can be made here to make things better (using fenix over rust-overlay for a smaller download size, as...

> Okay, I tried my best using fenix + naersk as per the fenix examples. This also solves the issue of having to specify cargo vendor hash, as you mentioned....

> Does it _not_ restart services when secrets _don't_ change (or when some secrets change but other don't I believe this is false because of #89. > If you change...

This is *really* nicely done, congrats. Do you mind if I PR additions to the tests to account for this functionality to your branch, so this all lands in one...

@ryantm The changes to the integration test to include this functionality changes some reformatting using `nixpkgs-fmt`, plus some changes to make it work on recent Nixpkgs versions. Would you prefer...

@Radvendii I opened https://github.com/Radvendii/agenix/pull/1 a few days ago. I assumed you would be notified, but I just noticed that GitHub doesn't enable notifications on forks for their creators by default,...

This is a great idea. How do you propose that a service's dependence on a secret be declared, though? (Instead of requiring the user to add a dependence on a...

@Radvendii Would you be open to PRing this implementation?

@ryantm nix-darwin handles testing by [checking the output of the configuration](https://github.com/LnL7/nix-darwin/blob/master/tests/system-environment.nix). Would this suffice?