You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed when created a new test case that foverrides.nix containing config.floco.packages."@floco/phony"."4.2.0".source = ...; wasn't being used by prepared.
I tried this with mkForce and tried splitting the declaration into "4.2.0" = { source = ...; } and didn't have any luck.
Investigate to see if these overrides still work as expected and add a test case.
The text was updated successfully, but these errors were encountered:
This is a "maybe aren't working".
I noticed when created a new test case that
foverrides.nix
containingconfig.floco.packages."@floco/phony"."4.2.0".source = ...;
wasn't being used byprepared
.I tried this with
mkForce
and tried splitting the declaration into"4.2.0" = { source = ...; }
and didn't have any luck.Investigate to see if these overrides still work as expected and add a test case.
The text was updated successfully, but these errors were encountered: