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