Skip to content
Discussion options

You must be logged in to vote

You mean a file you can use callPackage on and receive a derivation?

https://github.com/BirdeeHub/nixCats-nvim/tree/main/templates/flakeless

or one with a config in it

https://github.com/BirdeeHub/nixCats-nvim/tree/main/templates/simple

You will need to modify the arguments or find some way to get your inputs in there to get the nixCats library, I don't know how snowfall passes those in. When you do callPackage you can callPackage thefile { nixCats = inputs.nixCats; } but since snowfall is the one calling callPackage for you, I am assuming they have some way for you to supply your flake inputs.

Edit: I see they do allow you to pass in inputs. So, yeah, just swap the nixCats grabbed from t…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by BirdeeHub
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #359 on October 26, 2025 06:33.