Add build-configs
from its derivation
It currently uses a local version of `build-configs`. I need to look into how to get it to with Nix and a private GitHub repository.
This commit is contained in:
parent
395e92054e
commit
c8cc72b1ac
4 changed files with 25 additions and 6 deletions
lib/shared/modules
|
@ -266,12 +266,6 @@
|
|||
alias rdci="run drush config:import -y"
|
||||
alias rduli="run drush uli"
|
||||
|
||||
# Build Configs.
|
||||
ialias build-configs="nix shell nixpkgs#php82 --command ~/Code/github.com/OliverDaviesLtd/build-configs/main/bin/build-configs app:generate"
|
||||
ialias build-configs-update-all="~/Code/github.com/OliverDaviesLtd/build-configs-updater/update.sh"
|
||||
alias bc=build-configs
|
||||
alias bcu=build-configs-update-all
|
||||
|
||||
alias -g A1="| awk '{print \$1}'"
|
||||
alias -g Fj='| jq .'
|
||||
alias -g Fy='| yq .'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue