mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-24 21:05:26 +02:00
Add yarn to PKGBUILD
This commit is contained in:
5
PKGBUILD
5
PKGBUILD
@@ -42,6 +42,9 @@ depends=(
|
|||||||
'llvm' # The low level virtual machine
|
'llvm' # The low level virtual machine
|
||||||
'git' # Version control
|
'git' # Version control
|
||||||
'libsass' # Sass support
|
'libsass' # Sass support
|
||||||
|
'shards' # Crystal package manager
|
||||||
|
'npm' # Node package manager
|
||||||
|
'yarn' # Dependency manager
|
||||||
|
|
||||||
# Main environment
|
# Main environment
|
||||||
'bspwm' # Window manager
|
'bspwm' # Window manager
|
||||||
@@ -95,8 +98,6 @@ depends=(
|
|||||||
# Other extras
|
# Other extras
|
||||||
'pygmentize' # Command line syntax highlighting (used for 'dog')
|
'pygmentize' # Command line syntax highlighting (used for 'dog')
|
||||||
'ctags' # ctags (used with vim)
|
'ctags' # ctags (used with vim)
|
||||||
'shards' # Crystal package manager
|
|
||||||
'npm' # Node package manager
|
|
||||||
'ispell' # Spell checker (an alternative to the built-in vim one)
|
'ispell' # Spell checker (an alternative to the built-in vim one)
|
||||||
'alsa-utils' # (?) Required for sound support
|
'alsa-utils' # (?) Required for sound support
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user