Skip to content

Helper scripts do not work on NixOS nor Guix because bash does not live at /bin/bash  #20

@thrifty-txt

Description

@thrifty-txt

At the top of every script is the #!/bin/bash shebang. Unfortunately this does not run on NixOS and Guix because bash is not located in /bin. Other scripts get around this by using #!/usr/bin/env bash instead to run bash from where it is in the PATH.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions