-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
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-packagebased on thepsc-package.jsonfile. 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 buildseems to try to check the updates (though I'm on a former version from stable Nix channel).
Thank you!