mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(nix): problem with yarn and asdf
This commit is contained in:
@@ -7,8 +7,5 @@
|
||||
".default-gems" = { source = ./default-gems; };
|
||||
".default-npm-packages" = { source = ./default-npm-packages; };
|
||||
".default-python-packages" = { source = ./default-python-packages; };
|
||||
".asdf/lib".source = "${pkgs.asdf-vm}/share/asdf-vm/lib";
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.asdf-vm ];
|
||||
}
|
||||
|
||||
@@ -83,6 +83,9 @@ in
|
||||
# Personal scripts
|
||||
"$HOME/.dotfiles/private/bin"
|
||||
|
||||
# ASDF
|
||||
"$HOME/.asdf/shims"
|
||||
|
||||
# Homebrew
|
||||
"/opt/homebrew/bin"
|
||||
"/opt/homebrew/sbin"
|
||||
@@ -101,9 +104,6 @@ in
|
||||
|
||||
# Volta
|
||||
"$VOLTA_HOME/bin"
|
||||
|
||||
# ASDF
|
||||
"$HOME/.asdf/shims"
|
||||
];
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
@@ -167,14 +167,14 @@ in
|
||||
vhs # Tool for generating terminal GIFs with code
|
||||
watchman # Watches files and takes action when they change
|
||||
woff2 # Webfont compression reference code
|
||||
yarn # Fast, reliable, and secure dependency management for javascript
|
||||
# yarn # Fast, reliable, and secure dependency management for javascript
|
||||
yt-dlp # Command-line tool to download videos from YouTube.com and other sites (youtube-dl fork)
|
||||
zoxide # A faster way to navigate your filesystem
|
||||
|
||||
# Programming Languages
|
||||
lua # Powerful, fast, lightweight, embeddable scripting language
|
||||
nodejs_22 # Event-driven I/O framework for the V8 JavaScript engine
|
||||
corepack_22 # Wrappers for npm, pnpm and Yarn via Node.js Corepack
|
||||
# nodejs_22 # Event-driven I/O framework for the V8 JavaScript engine
|
||||
# corepack_22 # Wrappers for npm, pnpm and Yarn via Node.js Corepack
|
||||
perl # Standard implementation of the Perl 5 programming language
|
||||
php # HTML-embedded scripting language
|
||||
python3 # High-level dynamically-typed programming language
|
||||
|
||||
Reference in New Issue
Block a user