mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
the shim doesn’t need explicit pkgx dep
This caused all git dev-envs to implicitly depend on pkgx which would then cause a potentially older pkgx than the system installed one to be in most working envs. lol Longer term a better solution would be nice. In general having git in most dev-envs sucks since its deps are so intrusive. Would be nice to statically build parts of it or something.
This commit is contained in:
parent
d8781880a0
commit
dfa45234ae
|
@ -12,7 +12,6 @@ dependencies:
|
|||
curl.se/ca-certs: '*'
|
||||
perl.org: '*'
|
||||
libexpat.github.io: ~2
|
||||
pkgx.sh: ^1
|
||||
|
||||
runtime:
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue