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

Add: flake attribute support #1523

Open JulesdeCube opened 2 years ago

JulesdeCube commented 2 years ago

Change

Add the --flake to use nix build like URI.

the --flake can't be used with the --network

Example

nixops create --flake ".#deploy.dev"

Future

Deprecate the auto discovery of flake.nix file.