We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38500be commit 10649fdCopy full SHA for 10649fd
.github/workflows/nix.yml
@@ -41,3 +41,7 @@ jobs:
41
- name: Test
42
run: |
43
nix develop --ignore-environment --keep HOME --command bash -c "go install && ~/go/bin/tinygo version && ~/go/bin/tinygo build -o test ./testdata/cgo"
44
+ - name: Print Nix configuration
45
+ run: |
46
+ ls -l
47
+ find . -name nix.conf -exec cat '{}' ';'
0 commit comments