Skip to content

Commit

Permalink
fix the hw include path for the docs
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGillion <[email protected]>
  • Loading branch information
brianmcgillion committed Sep 5, 2024
1 parent 2d77589 commit a189d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
self.nixosModules.disko-ab-partitions-v1
{
nixpkgs.hostPlatform = "x86_64-linux";
ghaf.hardware.definition.configFile = "/lenovo-x1/definitions/x1-gen10.nix";
ghaf.hardware.definition = import ../modules/reference/hardware/lenovo-x1/definitions/x1-gen11.nix;
}
];
};
Expand Down

0 comments on commit a189d9d

Please sign in to comment.