mikutter: prevent gems from locally-installed plugins from being included as a dependency

This commit is contained in:
midchildan 2017-11-01 16:09:25 +09:00
parent 87202cf4dc
commit 3dd5d52b72
No known key found for this signature in database
GPG Key ID: 84F37D95A7955725

View File

@ -8,6 +8,7 @@ pkgs.stdenv.mkDerivation {
];
shellHook = ''
export MIKUTTER_CONFROOT="/homeless-shelter"
truncate --size 0 Gemfile.lock
bundle lock
bundle package --path=vendor/bundle --no-install