Dustin Frisch
Dustin Frisch
As another alternative, It may be possible to copy `specialArgs` from the `nodeNixpkgs` into the evaluation call.
I was just thinking about `morph build` where the CWD contains a `deployment.nix`. But both options seem to be useful and do not interfere with each other.
But if there are reasons for not making the parameter completely optional, `morph build .` will save some typing, too.
It looks like kingpin can't do required options after optional ones (`morph deploy switch` vs `morph deploy my.nix switch`). So we can't make the parameter completely optional. When it comes...
An example of a currently working version can be found here: https://github.com/fooker/nixcfg/blob/363d14b53ef17c01e66fa086ce21ca7039f628b5/deployment.nix
Usually, libraries provide some kind of connected-callback which can be used to (re)subscribe. AFAIK currently there is no way of getting those events or am I missing something?
> @dino2gnt yes it would make sense to disable telemetryd by default, cause we have external dependencies which need to be installed and deployed first before we can enable telemetryd....
> > > @dino2gnt yes it would make sense to disable telemetryd by default, cause we have external dependencies which need to be installed and deployed first before we can...
Please make sure to rename the commits before merging and also ensure to stick to PR discipline like having a proper title and link to the issue.
> @fooker i just change a small part of code to reduce the complexity of regex handling in two components (servlet and jsp) the main ticket was merged already before,...