cross.nix: move to subdir

This commit is contained in:
Colin 2023-03-01 09:48:35 +00:00
parent 4b722a6c30
commit 706cf3bac2
2 changed files with 3 additions and 3 deletions

View File

@ -83,8 +83,8 @@ let
# these are the overlays which we *also* pass through to the cross and emulated package sets.
# TODO: refactor to not specify same overlay in multiple places (here and flake.nix).
overlays = [
(import ./../../overlays/pkgs.nix)
(import ./../../overlays/pins.nix)
(import ./../../../overlays/pkgs.nix)
(import ./../../../overlays/pins.nix)
];
mkCrossFrom = localSystem: pkgs:
import pkgs.path {

View File

@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
imports = [
./cross.nix
./cross
./feeds.nix
./fs.nix
./hardware.nix