-
|
I want to create a flake to install an app that is normally installed by using How do I specify the source to be from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @khazaddum! Pretty much any source fetcher should work. You can set the Note that if the upstream source you are pulling from does not carry a Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi @khazaddum! Pretty much any source fetcher should work. You can set the
srcattribute to something like fetchCrate (if you want to pull straight from crates.io) or fetchFromGitHub (if you want to fetch from GitHub instead)Note that if the upstream source you are pulling from does not carry a
Cargo.lockfile you may need to provide your ownHope this helps!