nomad: restructure to use multiple files

as per request in PR comments, used generic.nix with version files
This commit is contained in:
Maxine E. Aubrey
2020-08-12 23:58:18 +02:00
parent f0ba8274d4
commit 3fa125ba76
4 changed files with 15 additions and 18 deletions
+2 -2
View File
@@ -5609,8 +5609,8 @@ in
noip = callPackage ../tools/networking/noip { };
nomad = nomad_0_11;
nomad_0_11 = callPackage ../applications/networking/cluster/nomad { majorVersion = "0.11"; };
nomad_0_12 = callPackage ../applications/networking/cluster/nomad { majorVersion = "0.12"; };
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 { };