NixOS / nixops

NixOps is a tool for deploying to NixOS machines in a network or cloud.
https://nixos.org/nixops
GNU Lesser General Public License v3.0
1.86k stars 365 forks source link

feat(eval): opt-in support for nix-build #1529

Closed yajo closed 2 years ago

yajo commented 2 years ago

Plugins might need to call this function to actually build something in the nix store.

See https://github.com/nix-community/nixops-vbox/pull/28#issuecomment-1177446597 for example.

We need a way to tell eval to do a build. Here it is.

@moduon MT-904

yajo commented 2 years ago

I didn't know that 😅

Thanks anyway.