tomberek
tomberek
What could be done to make such a script more ergonomic? Let's take this to the logical next steps: - user should only need to specify a reference to the...
We don't detect or manage the script name argument or do anything smarter with it than appending it. The expected way to do your example is: ``` #!/usr/bin/env nix #!...
I've been using some logic like this to help in scenarios where someone is trying install on top of an existing install in an attempt to fix the problem and...
@abathur @emilazy @cole-h @mkenigs I'm intending to make a change to turn this throw into a printed error and a `continue`. This should make it a noisy warning, (with a...
@abathur @emilazy @mkenigs @cole-h I'm intending to merge this as-is. Any blockers? I'd still like to have this be automatically applied, but I an leave that for a future PR.