Closes #23
We currently only expose the flake's inputs, but not the flake itself which is useful to check the currently flake via monitoring.
I am replacing the old release here because only the current one has been built so far and existing installer images for 23.05 are probably good enough as long as that's still supported?
Happy to add 23.11 as an additional one if there's a use-case I am missing.
https://github.com/pantsbuild/pex/releases/tag/v2.1.154 <!-- For package updates please link to a changelog or describe changes, this helps your fellow maintainers discover breaking updates. For new packages please briefly describe the package or provide a link to it...
We are currently using an impure method to build a derivation for playwrights browsers on darwin: We just call playwright install
during build-time. But this recently began to fail, with an error that the azure certificate would be self-signed, while it was not. This is presumably due to https:...
...and try to make it a bit clearer that the attribute name in disko.devices.disk is quite arbitrary to prevent confusion as in #473
Allow setting a manually managed signing key as in https://docs.cachix.org/getting-started#signing-key-advanced-mode.
<!-- For package updates please link to a changelog or describe changes, this helps your fellow maintainers discover breaking updates. For new p...
extraBins
to modules that require those binariestty-shell
service (might not have correct systemd dependencies atm)Fixes a typo introduced in 2a3582741947e6f6d3bff8344562327d43df7114 and adapts the schema to reflect changes.
@DavHau
Add https://github.com/bordaigorl/remy, a pyqt5-based management application for remarkable tablets.
<!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. -->
...which are expanded at run-time.
While this limits the declarative nature of disko a bit, i believe its useful as it allows pre-generating the scripts for systems which don't run nix (yet) while still keeping the flexibility of declaring disks to use at-runtime.
Generate the script:
Integers with leading zeros are invalid in JSON, so they should probably stay quoted in. (They would be valid Javascript, but JSON does not support octal notation as stated on http://json.org.
We use this feature by @sts in production for almost a year and I could see no drawbacks in merging it upstream. A configuration example and use case are documented in the suggested README.md changes. What do you think?
Hi, @dynamikemiller changed the configuration structure to allow things like multiple vhosts in his fork. Would you be open to merge this and push a new release to the puppet forge? We are using this fork in production for almost a year and it works well for us.