Closed nakato closed 5 months ago
sbcLibPath is causing infinite recursion when used outside of this repository.
hostA = nixosSystem {¬ system = "aarch64-linux";¬ modules = [¬ nixos-sbc.nixosModules.default¬ nixos-sbc.nixosModules.boards.bananapi.bpir3¬ ({config, sbcLibPath, ...}: { imports = [ (import (sbcLibPath + "/devices/rtc/ds3231/create.nix") { i2cConfig = config.sbc.board.i2c.devices.i2c0; }) ]; }) ];¬ };¬
I'm going to go with, if it hurts stop doing it, and expose the create.nix bits in the flake. cfb3e99bc9270c3d0a997532725f6aa7e9445190
sbcLibPath is causing infinite recursion when used outside of this repository.