lol

ghc: make sure the nokinds version is built with a deterministic version number

+2
+2
pkgs/development/compilers/ghc/nokinds.nix
··· 39 39 40 40 postUnpack = '' 41 41 pushd ghc-${builtins.substring 0 7 rev} 42 + echo ${version} >VERSION 43 + echo ${rev} >GIT_COMMIT_ID 42 44 patchShebangs . 43 45 ./boot 44 46 popd