blob: f60caad843c1410b813bd9e6034b7892d0b86f0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
synopsis: Allow single quotes in nix-shell shebangs
prs: 8470
credits: [ncfavier, horrors]
category: Improvements
---
Example:
```bash
#! /usr/bin/env nix-shell
#! nix-shell -i bash --packages 'terraform.withPlugins (plugins: [ plugins.openstack ])'
```
|