We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba22a85 commit f666ec3Copy full SHA for f666ec3
flake.nix
@@ -143,6 +143,7 @@
143
# without "polluting" the top level "`pkgs`" attrset.
144
# This also has the benefit of providing us with a distinct set of packages
145
# we can iterate over.
146
+ # The `2` suffix is here because otherwise it interferes with `nixVersions.latest`, which is used in daemon compat tests.
147
nixComponents2 =
148
lib.makeScopeWithSplicing'
149
{
@@ -162,6 +163,7 @@
162
163
164
# The dependencies are in their own scope, so that they don't have to be
165
# in Nixpkgs top level `pkgs` or `nixComponents2`.
166
167
nixDependencies2 =
168
169
0 commit comments