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.78k stars 365 forks source link

Add possibility to pass --arg straight to nixops deploy #692

Open nh2 opened 7 years ago

nh2 commented 7 years ago

Currently you can use

nixops set-args
nixops deploy

but it would be better if one could directly say nixops --arg ... ..., especially for scripting nixops.

dmjio commented 4 years ago

+1