move output module imports example -> device

The outputs available are a characteristic of the device, not
the example.
This commit is contained in:
Daniel Barlow
2023-12-10 16:38:53 +00:00
parent c81e7c4d35
commit 5eeb277564
16 changed files with 44 additions and 50 deletions

View File

@@ -1,5 +1,8 @@
{ config, pkgs, ... }:
{
imports = [
../../modules/outputs/jffs2.nix
];
config = {
kernel = {
src = pkgs.pkgsBuildBuild.fetchurl {