mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
5 lines
88 B
Bash
5 lines
88 B
Bash
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -p cargo -i bash
|
||
|
cd "$(dirname "$0")"
|
||
|
cargo update
|