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 1d9bc22 commit 46c0fc2Copy full SHA for 46c0fc2
.github/workflows/main.yml
@@ -20,5 +20,8 @@ jobs:
20
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
21
- run: |
22
nix run "github:input-output-hk/haskell.nix#hix" -- init
23
- git add flake.nix
+ echo "------ Content of flake.nix ------"
24
+ cat flake.nix
25
+ echo "----- Content of nix/hix.nix -----"
26
+ cat nix/hix.nix
27
nix build .#answers-script:exe:answers-script
0 commit comments