Adam Finn Tulinius
Adam Finn Tulinius
When updating multiple hosts, it would be neat if morph could keep pushing data to the remaining hosts in the background, while waiting for the current host to switch configuration/reboot/&c....
E.g. `morph build examples/simple.nix examples/secrets.nix` (e.g. `morph build examples/*` expanded by the shell). This should of course be support by all subcommands.
Shellcheck fails with error `SC2148` on .envrc files (missing shebang). However, .envrc-files are https://github.com/direnv/direnv files, and according to the documentation these are always passed through bash (https://github.com/direnv/direnv?tab=readme-ov-file#how-it-works). It seems like...