Skip to content

Commit

Permalink
bashrc: Tiny reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Nov 6, 2021
1 parent da8b667 commit 6460e5a
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 @@ -57,7 +57,7 @@ alias nix-upgrade='sudo nixos-rebuild switch --upgrade --keep-going --fallback'
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-cargo="nix-shell --run 'cargo build --release' --packages pkg-config openssl rustup"
alias nix-shards="nix-shell --run 'shards build --release --production' --packages pkg-config openssl crystal shards"

# ifconfig.co
Expand Down

0 comments on commit 6460e5a

Please sign in to comment.