mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-03 05:33:13 +01:00
16 lines
406 B
Bash
16 lines
406 B
Bash
#!/bin/sh
|
|
#
|
|
# Inox is a patchset to provide a minimal Chromium-based browser.
|
|
#
|
|
# Note that if `inox-bin` isn't updated when the libraries it uses
|
|
# are updated (e.g. icu) then the most future-proof workaround is
|
|
# building it yourself with the `inox` package instead.
|
|
#
|
|
# `inox` should take around 3 hours to compile on a modern setup.
|
|
#
|
|
# https://github.com/gcarq/inox-patchset
|
|
|
|
set -xe
|
|
|
|
yay -S inox-bin
|