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 = ''
|
||||
export MIKUTTER_CONFROOT="/homeless-shelter"
|
||||
truncate --size 0 Gemfile.lock
|
||||
bundle lock
|
||||
bundle package --path=vendor/bundle --no-install
|
||||
|
Loading…
Reference in New Issue
Block a user