2023-10-18 23:53:26 +00:00
|
|
|
name: nix-develop-action
|
|
|
|
description: Use nix development environments correctly with GitHub Actions
|
|
|
|
inputs:
|
|
|
|
arguments:
|
|
|
|
description: Additional arguments to pass to the `nix develop` command
|
|
|
|
required: false
|
|
|
|
runs:
|
|
|
|
using: "composite"
|
|
|
|
steps:
|
|
|
|
- shell: bash
|
2023-10-19 17:13:44 +00:00
|
|
|
run: ${{ github.action_path }}/nix-develop-gha.sh ${{ inputs.arguments }}
|