Skip to content

Commit

Permalink
Merge pull request #82 from dhruveshb-mecha/dev-6.6-rev3
Browse files Browse the repository at this point in the history
fix: rev3 config added in build system
  • Loading branch information
dhruveshb-mecha authored Feb 7, 2025
2 parents 3101ced + 48b9716 commit 6743602
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/distro/build-debian.nu
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ use modules/clean-up.nu *
use modules/debootstrap.nu *
use modules/chromium-config.nu *
use modules/alacritty-config.nu *
use modules/rev3-config.nu *


const BUILD_CONF_PATH = "./conf/build.yml"
Expand Down Expand Up @@ -98,6 +99,8 @@ def main [machine: string, build_dir: string] {
configure_default_user

configure_greeter

configure_rev3

configure_mechanix_system_dbus

Expand Down

0 comments on commit 6743602

Please sign in to comment.