Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update nix-tools-static.nix #2268

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/upload-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Wait for nix-tools meta job
uses: input-output-hk/actions/wait-for-hydra@angerman/support-prs
with:
status: 'ci/hydra-build:nix-tools'
check: 'ci/hydra-build:nix-tools'

- name: "Pull nix-tools"
run: |
Expand Down
6 changes: 3 additions & 3 deletions nix-tools/cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index-state: 2024-10-15T20:31:31Z
index-state: 2024-12-10T00:00:00Z

packages: nix-tools

Expand Down Expand Up @@ -36,5 +36,5 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/andreabedini/Cabal-syntax-json.git
tag: b7192832f730d9181a013ef7c77f2ad0b30cca43
--sha256: sha256-Yw2HQOCmjOvfKHi3xWbSniAZfyrshOvsgmUbqFmDDpU=
tag: 7a80221047fb5dd66a091f4a7248e0afa3bcc248
--sha256: sha256-R55nljZMnc6s+Apc4uaZal9ExDauxYq/pV7RxQHwzVc=
30 changes: 15 additions & 15 deletions nix-tools/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix-tools/static/project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ let

static-nix-tools-project = pkgs.haskell-nix.project' {

compiler-nix-name = "ghc928";
compiler-nix-name = "ghc966";

src = ../.;

Expand Down
Loading