Include pipa-firmware in configuration.nix

This commit is contained in:
2026-05-25 12:20:23 +02:00
parent 3bb3902917
commit b633bda823
2 changed files with 3 additions and 2 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
pkgs,
lib,
...
}: {
}: let
pipa-firmware = pkgs.callPackage ./pkgs/firmware.nix {};
in {
imports = [./modules];
documentation.nixos.enable = false;
-1
View File
@@ -11,7 +11,6 @@
then pkgsCross
else pkgs;
pipa-firmware = pkgs.callPackage ./pkgs/firmware.nix {};
pipa-kernel = kernelPkgs.callPackage ./pkgs/kernel.nix {};
in {
imports = [