Merge pull request #93197 from endocrimes/dani/nomad-multiversoin

nomad: add 0.12, multi-version support
This commit is contained in:
Daniël de Kok
2020-08-13 07:58:03 +02:00
committed by GitHub
4 changed files with 18 additions and 5 deletions
+3 -1
View File
@@ -5608,7 +5608,9 @@ in
noip = callPackage ../tools/networking/noip { };
nomad = callPackage ../applications/networking/cluster/nomad { };
nomad = nomad_0_11;
nomad_0_11 = callPackage ../applications/networking/cluster/nomad/0.11.nix { };
nomad_0_12 = callPackage ../applications/networking/cluster/nomad/0.12.nix { };
notable = callPackage ../applications/misc/notable { };