Skip to content

Commit 1d88959

Browse files
committed
add: [packages.windows].verify_probes -- post-install PATH verification list lifted from build-mios.ps1
1 parent 153e48b commit 1d88959

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

usr/share/mios/mios.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,24 @@ pkgs = [
580580
"fastfetch-cli.fastfetch", # fastfetch
581581
]
582582

583+
# Post-install PATH verification probes -- the binaries build-mios.ps1's
584+
# Install-MiosWindowsTools loops through to confirm `Get-Command <name>`
585+
# resolves after the winget installs + PATH augmentation. Operators who
586+
# add a custom package above (or remove the default set) extend / shrink
587+
# this list to match.
588+
verify_probes = [
589+
"fastfetch",
590+
"btop",
591+
"rg",
592+
"fzf",
593+
"jq",
594+
"gh",
595+
"bat",
596+
"fd",
597+
"pwsh",
598+
"oh-my-posh"
599+
]
600+
583601
[packages.dev_vm_essentials]
584602
# Minimum DNF package set installed into podman-MiOS-DEV at Phase-3
585603
# provisioning so the build pipeline can RUN -- mkpasswd / openssl /

0 commit comments

Comments
 (0)