mikutter: prevent gems from locally-installed plugins from being included as a dependency
This commit is contained in:
parent
87202cf4dc
commit
3dd5d52b72
@ -8,6 +8,7 @@ pkgs.stdenv.mkDerivation {
|
|||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
export MIKUTTER_CONFROOT="/homeless-shelter"
|
||||||
truncate --size 0 Gemfile.lock
|
truncate --size 0 Gemfile.lock
|
||||||
bundle lock
|
bundle lock
|
||||||
bundle package --path=vendor/bundle --no-install
|
bundle package --path=vendor/bundle --no-install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user