You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is already the case. Using psc-packages with success to build my project, but now I'm wrapping it up as a Nix expression, and it would help to be able to separate in two steps:
Only creates .psc-package based on the psc-package.json file. Fetches from git and stuff. Doesn't build.
Only builds, doesn't try to access network or in other way update .psc-package.
This would let me effectively cache 1), and rerun 2) relatively fast.
might already be satisfied by some command (install? update?), but I'm not sure. For 2), psc-package build seems to try to check the updates (though I'm on a former version from stable Nix channel).
Thank you!
The text was updated successfully, but these errors were encountered:
Sorry if this is already the case. Using
psc-packages
with success to build my project, but now I'm wrapping it up as aNix
expression, and it would help to be able to separate in two steps:Only creates
.psc-package
based on thepsc-package.json
file. Fetches from git and stuff. Doesn't build.Only builds, doesn't try to access network or in other way update
.psc-package
.This would let me effectively cache 1), and rerun 2) relatively fast.
install
?update
?), but I'm not sure. For 2),psc-package build
seems to try to check the updates (though I'm on a former version from stable Nix channel).Thank you!
The text was updated successfully, but these errors were encountered: