Skip to content

Commit 46c0fc2

Browse files
committed
cat
1 parent 1d9bc22 commit 46c0fc2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ jobs:
2020
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
2121
- run: |
2222
nix run "github:input-output-hk/haskell.nix#hix" -- init
23-
git add flake.nix
23+
echo "------ Content of flake.nix ------"
24+
cat flake.nix
25+
echo "----- Content of nix/hix.nix -----"
26+
cat nix/hix.nix
2427
nix build .#answers-script:exe:answers-script

0 commit comments

Comments
 (0)