Parthiv Seetharaman
Parthiv Seetharaman
This would be really cool! I think one change in devos overall that could help is to add a specialArg that gives access to every other hosts configuration. Then we...
Whats the point in adding a hosts.toml? Wouldn't it be better to use the module system to get information about each host? And if you need more information, you could...
Definitely, I'll setup treefmt here. We still have the pre-commit hook for devos, but it was never added to digga's devshell, I can do that here to. And we can...
> Follow up question, how much reliant is devos on nvfetcher? We made a general decision to use nvfetcher over flakes for updating srcs because it was a cleaner solution...
> Deprecate or remove ./modules/bootstrap-iso.nix? Or maybe convert it to a [custom format for nixos-generate](https://github.com/nix-community/nixos-generators/blob/117ed432a4e0b17651b53f1af143baa42aa1f84f/nixos-generate#L36)? Happy to submit a PR for that if it is a good direction. This was...
I'm not sure about this. I feel like it starts to go beyond deploy-rs scope. This tool was built for remote deployments and most of its features are with that...
With the APIv1 context I wonder if this should only be done internally in `lib.modules` or if there should be some API support for it. In the current version of...
I don't think that should be a concern. derivations require a deeper evaluations to check if there are errors in them. This should pretty much only be able to check...
Great example! I just tried it out, I think it works. Here is my repl: ``` nix-repl> p = pkgs.callPackage ./test.nix { } nix-repl> builtins.tryEval ((builtins.typeOf p) == "set") {...
 