Using let neuronRev pattern how to deactivate tests ? #207
Replies: 4 comments
-
|
Yeah that's expected since neuron pins the all of its dependencies, including nixpkgs, right? That's really good practice too. I guess it shouldn't be too hard to support neuron.override to override either neuron's dependencies or the pkgs it depends on, depending on what you prefer |
Beta Was this translation helpful? Give feedback.
-
|
But if what you want is shorter build times, I recommend using srid's cachix cache |
Beta Was this translation helpful? Give feedback.
-
|
Not sure how to do this, unless you thread Also, neuron uses its own pinned nixpkgs (actually it is reflex-platform that pins nixpkgs, which neuron uses), so your overlays on your nixpkgs won't have any desired effect. |
Beta Was this translation helpful? Give feedback.
-
|
That's what I meant: we could add a way to thread the overlay down to the pinned nixpkgs version. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Tracking issue: See #1272 in @rycee's home-manager repository.
Beta Was this translation helpful? Give feedback.
All reactions