Update hakken times, add missing dependency #10
Loading…
Reference in a new issue
No description provided.
Delete branch "hut/pub.solar:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
2 changes in this PR:
The
direnv
command was missing for me, but is listed in the instructions of the README, so I added it to the packages that are automatically installed withnix develop
Updated the hakken dates & times to reflect Ben's proposal of 30th April
If you want only 1 out of the 2 changes, I can make separate PRs. or just
git cherry-pick
:)Thank you very much for this! 💙
Regarding
direnv
, that is most useful when you have it installed globally on your system. It basically runsnix develop
for you, once you enter a directory which contains a.envrc
file and allow it by runningdirenv allow
.EDIT: The ReadMe could be improved to clarify this, e.g. just run
nix develop
to start working on this, but if you havedirenv
installed globally, you can also rundirenv allow
.I'd propose to remove commit
9bb0b6253a
from this PR.The changes in JavaScript look good to me.
Would prefer to have @b12f take a look at those changes, too.
3c5f26d203
toe8f616b538
Thanks for the clarification on
direnv
. I took it out of the PR.LGTM, pending review from @b12f
LGTM, thanks a lot for the work!