5 lines
173 B
Bash
5 lines
173 B
Bash
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -I nixpkgs=. -i bash -p "import ./maintainers/scripts/convert-to-import-cargo-lock" nix-prefetch-git
|
||
|
|
||
|
convert-to-import-cargo-lock "$@"
|