TEMP: use base

This commit is contained in:
do butterflies cry? 2026-02-18 20:13:43 +10:00
parent 18e1a2c890
commit d5211287bd

View file

@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
{
base,
lib,
system,
config,
@ -78,10 +79,8 @@ in {
nixpkgs =
if contextName == "hosts"
then
# DEBUG: defaultPkgs
{
flake.source = lib.mkOverride 200 (defaultPkgs.source or null);
then {
flake.source = lib.mkOverride 200 base; # DEBUG: temp while getting base to work
overlays = lib.mkOverride 200 (defaultPkgs.overlays or {});
config = lib.mkOverride 200 (defaultPkgs.config or {});
}