mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 04:53:27 +00:00
5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/usr/bin/env nix-shell
|
|
#!nix-shell -p cargo -i bash
|
|
cd "$(dirname "$0")"
|
|
cargo update
|