Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: b5b1385a85b797614557066fb22da56b2c38b25c
      
https://github.com/NixOS/nixops/commit/b5b1385a85b797614557066fb22da56b2c38b25c
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-28 (Wed, 28 Jan 2015)

  Changed paths:
    A nix/templates/container.nix
    A nix/templates/virtualbox.nix
    M scripts/nixops

  Log Message:
  -----------
  nixops create: Add template argument

This is to make it easier to create simple deployments. For instance,
you can now fire up a NixOS VirtualBox instance by saying:

  $ nixops create -d foo -t virtualbox
  $ nixops deploy -d foo

I.e. you no longer need to write a Nix expression.

The first command is just sugar for

  $ nixops create -d foo '<nixops/templates/virtualbox.nix>'

but slightly user-friendlier.


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to