3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/networking/cluster/nomad/1.0.nix

12 lines
239 B
Nix
Raw Normal View History

2021-01-03 19:26:14 +00:00
{ callPackage
, buildGoPackage
, nvidia_x11
, nvidiaGpuSupport
}:
2020-12-09 14:43:40 +00:00
callPackage ./generic.nix {
2021-01-03 19:26:14 +00:00
inherit buildGoPackage nvidia_x11 nvidiaGpuSupport;
2021-02-24 22:12:23 +00:00
version = "1.0.4";
sha256 = "0znaxz9mzbqb59p6rwa5h89m344m2ci39jsx8dfh1v5fc17r0fcq";
2020-12-09 14:43:40 +00:00
}