bzadm

Results 2 comments of bzadm

This may be a bit late but you can always copy the result with `nix copy` and `nix-copy-closure`. This ofc requires your builder to have write access to the nix...

A recommendation would be, if you use `deploy-rs` with multiple machines, run one check beforehand (`nix flake check -L`) manually and then skip checks in `deploy` with `-s`. It becomes...