mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
4 lines
88 B
Bash
Executable file
4 lines
88 B
Bash
Executable file
#!/usr/bin/env nix-shell
|
|
#!nix-shell -p cargo -i bash
|
|
cd "$(dirname "$0")"
|
|
cargo update
|