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 086c511

Browse files
committed
try again
1 parent cd69d35 commit 086c511

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
name: inguncache
1717
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
1818
- run: |
19-
nix-build
19+
nix build .#answers-script:exe:answers-script

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
overlays = [ haskellNix.overlay
1010
(final: _prev: {
1111
# This overlay adds our project to pkgs
12-
helloProject =
12+
answersProject =
1313
final.haskell-nix.project' {
1414
src = ./.;
1515
compiler-nix-name = "ghc9121";
@@ -30,7 +30,7 @@
3030
})
3131
];
3232
pkgs = import nixpkgs { inherit system overlays; inherit (haskellNix) config; };
33-
flake = pkgs.helloProject.flake {
33+
flake = pkgs.answersProject.flake {
3434
# This adds support for `nix build .#js-unknown-ghcjs:hello:exe:hello`
3535
# crossPlatforms = p: [p.ghcjs];
3636
};

0 commit comments

Comments
 (0)