-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flakebox #56
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is good enough since it unblocks #40. I think we should fix our justfile
though.
@@ -0,0 +1,109 @@ | |||
# THIS FILE IS AUTOGENERATED FROM FLAKEBOX CONFIGURATION | |||
!include justfile.fedimint.just |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- This file doesn't exist
- The
!include
syntax isn't supported anymore and is now calledimport
@dpc is this an upstream issue or are we holding it wrong?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To sum up: Call flakebox install
and it should be gone. If it's still is something must be doing: https://github.com/fedimint/fedimint/blob/663dd0350ec0d265d77712c6fa85967a13b8a10b/flake.nix#L135
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in #60
Also big thanks to @dpc for building |
* Leptos v0.6.5 * Use updated flake.nix borrowed from #56
Update
flake.nix
to useFlakebox
instead ofFedimint
as input.Needed to update to latest Rust (see #40 (comment))
Notes:
nix.flake
has been created by following Tutorial: Flakebox in a New Project and by addingwasm
toolchain inspired by Fedimint'sflake.nix
and Nostrmint'sflake.nix
Flexbox
, mostly in folders.config/flakebox/
andmisc
, but also ajust
file has been added. Those files can be deleted if not needed.fedimint-leptos-test
towebimint
as part of Rename all remainingfedimint-leptos-test
refenreces towebimint
#49