I suppose this is the 'better' way to fix bundler for now. Ugh
This commit is contained in:
parent
35ddd2543a
commit
5454be28aa
@ -5,7 +5,7 @@ buildRubyGem {
|
|||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/bundler/bundler.git";
|
url = "https://github.com/bundler/bundler.git";
|
||||||
rev = "a2343c9eabf5403d8ffcbca4dea33d18a60fc157";
|
rev = "a2343c9eabf5403d8ffcbca4dea33d18a60fc157";
|
||||||
sha256 = "0q7cjmz1fsrw3yfsr3h274qjamwnw01xgaqq3h5cjbqlrni4iq7k";
|
sha256 = "11pbg71bhp66nyhwk0cpbcn1fhp4amv8sr2vx8dw83dcnqqafn92";
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
};
|
};
|
||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user