Skip to content

Commit

Permalink
bashrc: Add openssl to nix-shards
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Nov 6, 2021
1 parent 8371fe8 commit da8b667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ alias nix-gc='sudo nix-collect-garbage --delete-old'

# Compiling
alias nix-cargo="nix-shell --run 'cargo build --release' --packages pkg-config rustup openssl"
alias nix-shards="nix-shell --run 'shards build --release --production' --packages pkg-config crystal shards"
alias nix-shards="nix-shell --run 'shards build --release --production' --packages pkg-config openssl crystal shards"

# ifconfig.co
# https://ifconfig.co
Expand Down

0 comments on commit da8b667

Please sign in to comment.