Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 209 B view raw
1version-pretend-hook() { 2 echo "Setting PDM_BUILD_SCM_VERSION to $version" 3 export PDM_BUILD_SCM_VERSION=$version 4} 5 6if [ -z "${dontSetPdmBackendVersion-}" ]; then 7 preBuildHooks+=(version-pretend-hook) 8fi