Include pipa-firmware in configuration.nix
This commit is contained in:
+3
-1
@@ -3,7 +3,9 @@
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
pipa-firmware = pkgs.callPackage ./pkgs/firmware.nix {};
|
||||
in {
|
||||
imports = [./modules];
|
||||
|
||||
documentation.nixos.enable = false;
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
then pkgsCross
|
||||
else pkgs;
|
||||
|
||||
pipa-firmware = pkgs.callPackage ./pkgs/firmware.nix {};
|
||||
pipa-kernel = kernelPkgs.callPackage ./pkgs/kernel.nix {};
|
||||
in {
|
||||
imports = [
|
||||
|
||||
Reference in New Issue
Block a user