WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d303db8

Browse files
committed
another hix go
1 parent 086c511 commit d303db8

File tree

3 files changed

+6
-43
lines changed

3 files changed

+6
-43
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
name: inguncache
1717
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
1818
- run: |
19-
nix build .#answers-script:exe:answers-script
19+
nix run "github:input-output-hk/haskell.nix#hix" -- init
20+
nix build .#answers-script:exe:answers-script

cabal.project

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ source-repository-package
44
type: git
55
location: https://github.com/jwiegley/gitlib.git
66
subdir: gitlib
7+
tag: bf256617179d853bdbc12e9283b3f570ebb9d9d7
78

89
source-repository-package
910
type: git
1011
location: https://github.com/jwiegley/gitlib.git
1112
subdir: gitlib-libgit2
13+
tag: bf256617179d853bdbc12e9283b3f570ebb9d9d7
1214

1315
source-repository-package
1416
type: git
1517
location: https://github.com/jwiegley/gitlib.git
16-
subdir: hlibgit2
18+
subdir: hlibgit2
19+
tag: bf256617179d853bdbc12e9283b3f570ebb9d9d7

flake.nix

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)