Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

rocmPackages.hipfft: remove unneeded git dependency

Luna Nova 48ed59bf 072095cb

-2
-2
pkgs/development/rocm-modules/6/hipfft/default.nix
··· 6 6 cmake, 7 7 rocm-cmake, 8 8 clr, 9 - git, 10 9 rocfft, 11 10 gtest, 12 11 boost, ··· 47 46 48 47 nativeBuildInputs = [ 49 48 clr 50 - git 51 49 cmake 52 50 rocm-cmake 53 51 ];