1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos
Peter Jones 5b8c871842 If container name is already unique, don't append "-0"
When using `--ensure-unique-name`, don't needlessly append `"-0"` if the
container name is already unique.

This is especially helpful with NixOps since when it deploys to a
container it uses `--ensure-unique-name`.  This means that the container
name will never match the deployment host due to the `"-0"`.  Having the
container name and the host name match isn't exactly a requirement, but
it's nice to have and a small change.
2016-01-20 03:46:19 +01:00
..
doc/manual Merge #12299: make firefox-like browsers wrapped by default 2016-01-15 08:53:58 +01:00
lib
maintainers
modules If container name is already unique, don't append "-0" 2016-01-20 03:46:19 +01:00
tests nixos: add test for postgresql, fixes #11146 2016-01-20 03:42:59 +01:00
COPYING
default.nix
README
release-combined.nix
release-small.nix
release.nix nixos: add test for postgresql, fixes #11146 2016-01-20 03:42:59 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.