nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

odin: remove double patching

-4
-4
pkgs/by-name/od/odin/package.nix
··· 28 28 patchShebangs --build build_odin.sh 29 29 ''; 30 30 31 - postPatch = '' 32 - patchShebangs ./build_odin.sh 33 - ''; 34 - 35 31 LLVM_CONFIG = lib.getExe' llvmPackages.llvm.dev "llvm-config"; 36 32 37 33 dontConfigure = true;