Replies: 3 comments
|
So sorry. I do not know why my watch settings for this repo were incorrect! I will get to this soon. |
0 replies
|
Thank you for your kind words and feedback. Can you point me at some usage examples for this wrapper please? |
0 replies
|
@mightyiam sure, here is one simple from my config used for https://github.com/vidhanio/vidhanix/blob/main/modules/flake/files/license.nix You can search |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there, I have recently switched my config to use dendritic nix, and as part of that have incorporated
flake-fileandfilesto make everything in my repo reproducible as well.When working with
files, I ended up creating a wrapper aroundfileswhich mimicksenvironment.etc/home.file, underfiles.file.<name>.{source,text}. Is there a reason why an API like this wasn't chosen for this project, instead choosing to have it be a list? Additionally, would it be useful to contribute this alternative API to this repo?Thanks for all the great work on dendritic nix, your
infraflake was a great inspiration for my config. :)All reactions