NH_FLAKE vs NH_OS_FLAKE variables #399
Answered
by
NotAShelf
rafaeljacov
asked this question in
Q&A
-
|
what's the difference? |
Beta Was this translation helpful? Give feedback.
Answered by
NotAShelf
Nov 28, 2025
Replies: 1 comment
-
|
NH_FLAKE applies to all platform commands (os, home and darwin) while NH_OS_FLAKE is only for NixOS, i.e, NH_OS_FLAKE takes priority if both are set at the same time. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NotAShelf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NH_FLAKE applies to all platform commands (os, home and darwin) while NH_OS_FLAKE is only for NixOS, i.e,
nh os.NH_OS_FLAKE takes priority if both are set at the same time.