Skip to content

Is it possible for configuration changes to reflect in nixCats without rebuilding? #28

Answered by BirdeeHub
meetmangukiya asked this question in Q&A
Discussion options

You must be logged in to vote

wrapRc = false;

:h nixCats.flake.outputs.settings

^ documentation

Yes, with wrapRc option. Obviously if you change any nix code you will still have to rebuild.

The quick tip in the help I linked is how I use the option. Basically, I just launch the version with wrapRc = false when im messing around with lua, and then rebuild when im done and go back to using the one with wrapRc = true so that it imports properly on other machines again. (The option just skips copying the directory and then you symlink it yourself)

Its really good for messing around with lua but because it doesnt copy it to the store it obviously wont be included…

Replies: 2 comments 18 replies

Comment options

You must be logged in to vote
18 replies
@BirdeeHub
Comment options

@BirdeeHub
Comment options

@meetmangukiya
Comment options

@BirdeeHub
Comment options

@meetmangukiya
Comment options

Answer selected by meetmangukiya
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