1
0
forked from extern/nix-config

tari-core: Use one line per package

This makes it easy to remove unwanted packages as needed. It also
improves git diffs, since the line with the closing parenthesis
is not changed.
This commit is contained in:
Donovan Glover 2018-12-09 19:13:16 -05:00
parent 54c2f73d67
commit f649795900
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,7 +3,8 @@ pkgver=0.7.0
pkgrel=1
pkgdesc="My Arch Linux setup"
arch=('any')
depends=(stow
depends=(
stow
python-pywal
rng-tools
fd
@ -150,7 +151,8 @@ depends=(stow
gnome-weather
gnome-break-timer
firefox
chromium)
chromium
)
source=(
'local-settings.js'
'mozilla.cfg'