-
|
Hi there, First I wanted to thank you for sharing your nix config. Second please note that I am new to nix. While reviewing your flake.nix file I noticed that you import both flake-utils and flake-parts. flake-parts is imported in 'regular' inputs and flake-utils is imported in the deduplication inputs. While researching them I came across this article: https://ayats.org/blog/no-flake-utils I am not sure I understand why flake-utils is needed. Is it due to some external flakes you are using? I think its only used for stylix: Line 91 in 7739ede |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, @Bad3r! Welcome aboard! Yes, my flake-utils input is solely for deduplication of indirect inputs. |
Beta Was this translation helpful? Give feedback.
Hi, @Bad3r! Welcome aboard!
Yes, my flake-utils input is solely for deduplication of indirect inputs.