about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authormaxine [they] <35892750+maxeaubrey@users.noreply.github.com>2022-05-12 22:57:16 +0200
committerGitHub <noreply@github.com>2022-05-12 22:57:16 +0200
commit4453ddf354395dcb2625dc4a58469061f92bff53 (patch)
tree156adabb96196172fb99b3dc9f8085735999380b /pkgs/applications/networking
parenteae1669de52db05b4e1f3e1b6033b71839e19a2f (diff)
parent0041eeba055a3466e1ae42eb1f23a13c7fe5be74 (diff)
Merge pull request #172594 from techknowlogick/bnomad
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/nomad/1.3.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/1.3.nix b/pkgs/applications/networking/cluster/nomad/1.3.nix
new file mode 100644
index 0000000000000..932bbc7270f6c
--- /dev/null
+++ b/pkgs/applications/networking/cluster/nomad/1.3.nix
@@ -0,0 +1,12 @@
+{ callPackage
+, buildGoModule
+, nvidia_x11
+, nvidiaGpuSupport
+}:
+
+callPackage ./generic.nix {
+  inherit buildGoModule nvidia_x11 nvidiaGpuSupport;
+  version = "1.3.0";
+  sha256 = "098sg7jl257r6zfi2fsp9dwm0rrzi8m2k85bb097q14n3p4s3pna";
+  vendorSha256 = "037bdgnyv8gkm2hz7h727ss46adnkywg28j6i1canmdacpi3qv5c";
+}