Commit Graph

5 Commits

Author SHA1 Message Date
Yvan Sraka
086bfa55b4
Fix [: -v: unary operator expected (#158)
* Fix `[: -v: unary operator expected`

```
/nix/store/1zcy75q3dr61bka5h4r8rf3kv8k18kw3-ghc96-iog-env.sh: line 1944: [: -v: unary operator expected
```
e.g. seen on https://github.com/IntersectMBO/cardano-node/actions/runs/8977554294/job/24656515205?pr=5817, in the Build all step.

* Update quirks.nix
2024-05-13 12:47:07 +00:00
Yvan Sraka
82eb2a0633
Fix CODESPACE_TOKEN: unbound variable (#152)
Revision (input-output-hk/devx): 0a5cefb55c.
/nix/store/2nigzj6x6d0qkzqvvyf5604g0581r8z6-ghc810-env.sh: line 1937: CODESPACE_TOKEN: unbound variable
CABAL_DIR set to /Users/runner/.cabal-devx

Notice: Hint: to reproduce this environment locally, use either: `nix develop github:input-output-hk/devx#ghc8107`, or `docker run -it -v $(pwd):/workspaces ghcr.io/input-output-hk/devx-devcontainer:x86_64-linux.ghc8107`
2024-04-13 13:36:42 +00:00
Yvan Sraka
0a5cefb55c
Improve devshell welcome message in GitHub Codespace (#147) 2024-04-11 12:04:16 +00:00
Yvan Sraka
db7ea17fbb
Add hint to reproduce the devshell flavor locally if within GitHub Action (#138)
Co-authored by @angerman that got the original idea and improve the style of the Nix expressions
2024-04-04 10:46:24 +00:00
Yvan Sraka
3fef25f46e
Expose CABAL_PROJECT_LOCAL_TEMPLATE as a /nix/store/ file (#97) 2023-09-08 06:30:43 +00:00