|
|
|
|
|
by viraptor
504 days ago
|
|
If the wrapper itself cooperates, you can also embed more information in the following lines. nix-shell for example allows installing dependencies and any parameters with: #!/usr/bin/env nix-shell
#!nix-shell --pure -i runghc ./default.nix
... Any Haskell code follows
|
|
(Though, this is more general than uv for Python script deps: https://packaging.python.org/en/latest/specifications/inline...)